From ec54963c154abdc8349da5268f6fbbc37f99c7d2 Mon Sep 17 00:00:00 2001 From: Samuel Ortiz Date: Sun, 10 Nov 2013 17:59:10 +0100 Subject: tag: Remove trailing whitespaces --- src/tag.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tag.c b/src/tag.c index c5ed1f8..3afb0ee 100644 --- a/src/tag.c +++ b/src/tag.c @@ -186,7 +186,7 @@ static gboolean property_get_type(const GDBusPropertyTable *property, { struct near_tag *tag = user_data; const char *type; - + type = type_string(tag); if (!type) return FALSE; @@ -201,7 +201,7 @@ static gboolean property_get_protocol(const GDBusPropertyTable *property, { struct near_tag *tag = user_data; const char *protocol; - + protocol = protocol_string(tag); if (!protocol) return FALSE; -- cgit v1.2.3