projects
/
platform
/
upstream
/
neard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffde569
)
tag: Remove trailing whitespaces
author
Samuel Ortiz
<sameo@linux.intel.com>
Sun, 10 Nov 2013 16:59:10 +0000
(17:59 +0100)
committer
Samuel Ortiz
<sameo@linux.intel.com>
Sun, 10 Nov 2013 16:59:10 +0000
(17:59 +0100)
src/tag.c
patch
|
blob
|
history
diff --git
a/src/tag.c
b/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;