[epiphany/mcatanzaro/code-style-check] Fix code style



commit d70d83239e4ad9ebda194bc1a9efcda6e4a85b90
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Tue Jul 23 09:07:01 2019 -0500

    Fix code style

 src/prefs-dialog.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/prefs-dialog.c b/src/prefs-dialog.c
index be1c8aa59..4a9dc9fe0 100644
--- a/src/prefs-dialog.c
+++ b/src/prefs-dialog.c
@@ -1514,7 +1514,7 @@ normalize_locale (const char *locale)
 static char *
 language_for_locale (const char *locale)
 {
-  g_autoptr(GString) string = g_string_new (locale);
+  g_autoptr (GString) string = g_string_new (locale);
 
   /* Before calling gnome_get_language_from_locale() we have to convert
    * from web locales (e.g. es-ES) to UNIX (e.g. es_ES.UTF-8).


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]