From: Syam Sidhardhan Date: Sun, 26 Jun 2011 21:56:04 +0000 (+0530) Subject: gdbus: Fix white space coding style issue X-Git-Tag: 0.80~77 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=640ba9b3e1d35d69413733ae6b8875ccc37393ac;p=platform%2Fupstream%2Fconnman.git gdbus: Fix white space coding style issue - corrected the space before '{' --- diff --git a/gdbus/object.c b/gdbus/object.c index d17a101..8bc12f5 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;