gdbus: Fix white space coding style issue
authorSyam Sidhardhan <syamsidhardh@gmail.com>
Sun, 26 Jun 2011 21:56:04 +0000 (03:26 +0530)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 5 Apr 2012 15:07:07 +0000 (08:07 -0700)
- corrected the space before '{'

gdbus/object.c

index d17a101..8bc12f5 100644 (file)
@@ -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;