gdbus: Fix white space coding style issue

- corrected the space before '{'
This commit is contained in:
Syam Sidhardhan 2011-06-27 03:26:04 +05:30 committed by Marcel Holtmann
parent f2ddbdebb9
commit 2f232f8b02
1 changed files with 1 additions and 1 deletions

View 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;