summaryrefslogtreecommitdiff
path: root/gdbus
diff options
context:
space:
mode:
authorSyam Sidhardhan <syamsidhardh@gmail.com>2011-06-27 03:26:04 +0530
committerJohan Hedberg <johan.hedberg@intel.com>2011-07-09 19:10:04 +0300
commite1d2db4976dea7cb69042d17961d7a1f5f88000c (patch)
treefe34335aefb0c97ba104640200cc9b1d3900cd8f /gdbus
parent9897721d7f23189a50178b84d4b5e00fa6ad12bc (diff)
gdbus: Fix white space coding style issue
- corrected the space before '{'
Diffstat (limited to 'gdbus')
-rw-r--r--gdbus/object.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdbus/object.c b/gdbus/object.c
index d17a1016..8bc12f53 100644
--- a/gdbus/object.c
+++ b/gdbus/object.c
@@ -76,7 +76,7 @@ static void print_arguments(GString *gstr, const char *sig,
/* Gather enough data to have a single complete type */
for (len = 0; len < (sizeof(type) - 1) && sig[i]; len++, i++) {
- switch (sig[i]){
+ switch (sig[i]) {
case '(':
struct_level++;
break;