gio: Fix a minor indentation problem

Signed-off-by: Philip Withnall <withnall@endlessm.com>
Reviewed-by: nobody
This commit is contained in:
Philip Withnall 2017-12-04 10:37:21 +00:00
parent 18f4583653
commit c26aab36db

View File

@ -284,7 +284,7 @@ ensure_keyring_directory (GError **error)
#endif
#endif
}
goto out;
goto out;
}
if (g_mkdir (path, 0700) != 0)