about summary refs log tree commit diff stats
path: root/src/ui/core.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-05-06 01:12:05 +0100
committerJames Booth <boothj5@gmail.com>2013-05-06 01:12:05 +0100
commitcd06771ddf2e64d5267eacd2c8c6c97533107de2 (patch)
tree8f51c0ec4872b0169be46b240114f686491917d1 /src/ui/core.c
parentcb85af800f0d859bdd6220737f1f42ac8d13da3c (diff)
downloadprofani-tty-cd06771ddf2e64d5267eacd2c8c6c97533107de2.tar.gz
Removed blank lines
Diffstat (limited to 'src/ui/core.c')
-rw-r--r--src/ui/core.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ui/core.c b/src/ui/core.c
index c2feb019..ea558e3f 100644
--- a/src/ui/core.c
+++ b/src/ui/core.c
@@ -771,8 +771,6 @@ ui_duck_result(const char * const result)
         wprintw(windows[win_index]->win, "Result : ");
         wattroff(windows[win_index]->win, COLOUR_THEM);
 
-
-
         glong offset = 0;
         while (offset < g_utf8_strlen(result, -1)) {
             gchar *ptr = g_utf8_offset_to_pointer(result, offset);