space is before all other non-control chars

svn path=/trunk/; revision=9194
This commit is contained in:
Sergey V. Udaltsov 2009-01-10 02:05:56 +00:00
parent 3654f85275
commit d980abf062

View file

@ -240,7 +240,7 @@ xkb_options_add_option (XklConfigRegistry * config_registry,
to enforce its first position in the list */ to enforce its first position in the list */
g_object_set_data_full (G_OBJECT (option_check), g_object_set_data_full (G_OBJECT (option_check),
"utfOptionName", "utfOptionName",
g_strdup ("_"), g_free); g_strdup (" "), g_free);
option_checks_list = option_checks_list =
g_slist_append (option_checks_list, g_slist_append (option_checks_list,
option_check); option_check);