summaryrefslogtreecommitdiff
path: root/shell/ev-keyring.c
diff options
context:
space:
mode:
authorLaurent Napias <[email protected]>2019-06-29 10:43:23 +0200
committerraveit65 <[email protected]>2019-07-01 17:07:40 +0200
commitaa24676651f8bd3e8b434f72d5aac98e84c0867d (patch)
tree37693766ecb4733c6061dcc2ddc26954fab5ca01 /shell/ev-keyring.c
parent6741c5db1e5c48c01b25bb7900dc40d48552925d (diff)
downloadatril-aa24676651f8bd3e8b434f72d5aac98e84c0867d.tar.bz2
atril-aa24676651f8bd3e8b434f72d5aac98e84c0867d.tar.xz
Remove trailing whitespaces
Diffstat (limited to 'shell/ev-keyring.c')
-rw-r--r--shell/ev-keyring.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-keyring.c b/shell/ev-keyring.c
index 3a9cd4c1..c4670d63 100644
--- a/shell/ev-keyring.c
+++ b/shell/ev-keyring.c
@@ -85,7 +85,7 @@ ev_keyring_save_password (const gchar *uri,
unescaped_uri = g_uri_unescape_string (uri, NULL);
name = g_strdup_printf (_("Password for document %s"), unescaped_uri);
g_free (unescaped_uri);
-
+
retval = secret_password_store_sync (EV_DOCUMENT_PASSWORD_SCHEMA, keyring,
name, password, NULL, NULL,
"type", "document_password",