[gnome-control-center] region: Small whitespace fix from last commit



commit b9c44d767338b25eea74affdb6ab04b9640bba39
Author: Robert Ancell <robert ancell canonical com>
Date:   Wed Oct 10 09:19:04 2018 +1300

    region: Small whitespace fix from last commit

 panels/region/cc-input-chooser.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/panels/region/cc-input-chooser.c b/panels/region/cc-input-chooser.c
index 5cf3e25a4..db4bf5558 100644
--- a/panels/region/cc-input-chooser.c
+++ b/panels/region/cc-input-chooser.c
@@ -940,7 +940,7 @@ get_locale_infos (CcInputChooser *chooser)
   info->name = g_strdup (C_("Input Source", "Other"));
   info->unaccented_name = g_strdup ("");
   info->untranslated_name = g_strdup ("");
-  g_hash_table_replace (chooser->locales, g_strdup(info->id), info);
+  g_hash_table_replace (chooser->locales, g_strdup (info->id), info);
 
   info->layout_rows_by_id = g_hash_table_new_full (g_str_hash, g_str_equal,
                                                    NULL, g_object_unref);


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