about summary refs log tree commit diff stats
path: root/tests/ui
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-02-02 00:59:32 +0000
committerJames Booth <boothj5@gmail.com>2014-02-02 00:59:32 +0000
commit9d957e5f937e415875a310585e5e1e2a538d0499 (patch)
treee9ae1206b88a75cbade4cf8035d4396d3cec7bc3 /tests/ui
parent92b85bb7f121dd5ad852b9c0702e9fccc4ef6d18 (diff)
downloadprofani-tty-9d957e5f937e415875a310585e5e1e2a538d0499.tar.gz
Show message on /bookmark remove when bookmark does not exist
Diffstat (limited to 'tests/ui')
-rw-r--r--tests/ui/mock_ui.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/mock_ui.c b/tests/ui/mock_ui.c
index d5b6aeae..4fdd0a99 100644
--- a/tests/ui/mock_ui.c
+++ b/tests/ui/mock_ui.c
@@ -95,7 +95,7 @@ void _mock_cons_show_account_list(gchar **accounts)
 static
 char * _mock_ui_ask_password(void)
 {
-    return (char *)mock();    
+    return (char *)mock();
 }
 
 static
@@ -160,7 +160,7 @@ void
 mock_cons_show(void)
 {
     cons_show = _mock_cons_show;
-    
+
 }
 
 void