tag: Remove trailing whitespaces
authorSamuel Ortiz <sameo@linux.intel.com>
Sun, 10 Nov 2013 16:59:10 +0000 (17:59 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Sun, 10 Nov 2013 16:59:10 +0000 (17:59 +0100)
src/tag.c

index c5ed1f8..3afb0ee 100644 (file)
--- 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;