From c26aab36db18ee31f3a815f4e843b598a904095f Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Mon, 4 Dec 2017 10:37:21 +0000 Subject: [PATCH] gio: Fix a minor indentation problem Signed-off-by: Philip Withnall Reviewed-by: nobody --- gio/gdbusauthmechanismsha1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gdbusauthmechanismsha1.c b/gio/gdbusauthmechanismsha1.c index 8fba5fdeb..0cbaf946d 100644 --- a/gio/gdbusauthmechanismsha1.c +++ b/gio/gdbusauthmechanismsha1.c @@ -284,7 +284,7 @@ ensure_keyring_directory (GError **error) #endif #endif } - goto out; + goto out; } if (g_mkdir (path, 0700) != 0)