diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2013-11-10 17:59:10 +0100 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2013-11-10 17:59:10 +0100 |
commit | ec54963c154abdc8349da5268f6fbbc37f99c7d2 (patch) | |
tree | c108b6a2d9353d85816205b5a10b021087879de5 | |
parent | ffde5699cd850b4780b0741f2b1c49bcda1a4898 (diff) | |
download | neard-ec54963c154abdc8349da5268f6fbbc37f99c7d2.tar.gz neard-ec54963c154abdc8349da5268f6fbbc37f99c7d2.tar.bz2 neard-ec54963c154abdc8349da5268f6fbbc37f99c7d2.zip |
tag: Remove trailing whitespaces
-rw-r--r-- | src/tag.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |