Diff between 9897721d7f23189a50178b84d4b5e00fa6ad12bc and e1d2db4976dea7cb69042d17961d7a1f5f88000c

Changed Files

File Additions Deletions Status
gdbus/object.c +1 -1 modified

Full Patch

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;