summaryrefslogtreecommitdiff
path: root/mate-panel/libpanel-util/panel-keyfile.c
diff options
context:
space:
mode:
authorLaurent Napias <[email protected]>2019-06-29 11:54:59 +0200
committerZenWalker <[email protected]>2019-07-05 17:09:27 +0200
commit188846cecfda3b8f19e45ca37a60d817bff2afed (patch)
tree571ae1908573dd88f390482faf1a8c75ea61cc68 /mate-panel/libpanel-util/panel-keyfile.c
parent96ceed2717780188bc0eb84565d91617783d7192 (diff)
downloadmate-panel-188846cecfda3b8f19e45ca37a60d817bff2afed.tar.bz2
mate-panel-188846cecfda3b8f19e45ca37a60d817bff2afed.tar.xz
Remove trailing whitespaces
Diffstat (limited to 'mate-panel/libpanel-util/panel-keyfile.c')
-rw-r--r--mate-panel/libpanel-util/panel-keyfile.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mate-panel/libpanel-util/panel-keyfile.c b/mate-panel/libpanel-util/panel-keyfile.c
index 5cf4996e..181d1cff 100644
--- a/mate-panel/libpanel-util/panel-keyfile.c
+++ b/mate-panel/libpanel-util/panel-keyfile.c
@@ -191,7 +191,7 @@ panel_key_file_load_from_uri (GKeyFile *keyfile,
ret = g_file_load_contents (file, NULL, &contents, &size,
NULL, NULL);
g_object_unref (file);
-
+
if (!ret)
return FALSE;
@@ -213,7 +213,7 @@ panel_key_file_copy_and_mark_trusted (const char *source_path,
gboolean res = FALSE;
key_file = g_key_file_new ();
- res = g_key_file_load_from_file (key_file, source_path,
+ res = g_key_file_load_from_file (key_file, source_path,
G_KEY_FILE_KEEP_COMMENTS|G_KEY_FILE_KEEP_TRANSLATIONS,
error);
if (!res) {
@@ -260,7 +260,7 @@ panel_key_file_set_locale_string (GKeyFile *keyfile,
for (i = 0; langs_pointer[i] != NULL; i++) {
/* find first without encoding */
if (strchr (langs_pointer[i], '.') == NULL) {
- locale = langs_pointer[i];
+ locale = langs_pointer[i];
break;
}
}