summaryrefslogtreecommitdiff
path: root/src/file-share-properties.c
diff options
context:
space:
mode:
authorLaurent Napias <[email protected]>2019-06-29 12:09:07 +0200
committerZenWalker <[email protected]>2019-07-05 17:11:28 +0200
commit09c7ac9d07c32e50d6d1069a816468c02c334511 (patch)
treebd42dd1e65a4561b5fe477d93a3313ac1f47a423 /src/file-share-properties.c
parenta3bcb563ae526a820d3a4727cc60946d6227c3dc (diff)
downloadmate-user-share-09c7ac9d07c32e50d6d1069a816468c02c334511.tar.bz2
mate-user-share-09c7ac9d07c32e50d6d1069a816468c02c334511.tar.xz
Remove trailing whitespaces
Diffstat (limited to 'src/file-share-properties.c')
-rw-r--r--src/file-share-properties.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/file-share-properties.c b/src/file-share-properties.c
index 111a51b..a5759c6 100644
--- a/src/file-share-properties.c
+++ b/src/file-share-properties.c
@@ -85,7 +85,7 @@ flush_password (void)
if (g_object_get_data (G_OBJECT( password_entry), "user_edited")) {
password = gtk_entry_get_text (GTK_ENTRY (password_entry));
- if (password != NULL && password[0] != 0)
+ if (password != NULL && password[0] != 0)
write_out_password (password);
}
}
@@ -425,7 +425,7 @@ error_dialog (const char *title,
(GTK_MESSAGE_DIALOG (error_dialog), "%s", reason);
gtk_window_set_title (GTK_WINDOW (error_dialog), ""); /* as per HIG */
- gtk_container_set_border_width (GTK_CONTAINER (error_dialog), 5);
+ gtk_container_set_border_width (GTK_CONTAINER (error_dialog), 5);
gtk_dialog_set_default_response (GTK_DIALOG (error_dialog),
GTK_RESPONSE_OK);
gtk_window_set_modal (GTK_WINDOW (error_dialog), TRUE);