changeset 226:f25d47398326

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 01 Dec 2010 01:13:18 +0200
parents 801ac37321f6
children 714b1919e1be
files nnchat.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/nnchat.c	Wed Dec 01 01:12:43 2010 +0200
+++ b/nnchat.c	Wed Dec 01 01:13:18 2010 +0200
@@ -175,6 +175,7 @@
     }
 }
 
+
 char *encodeUsername(char *str)
 {
     unsigned char *c = (unsigned char *) str;
@@ -263,6 +264,7 @@
     th_free(tmp);
 }
 
+
 int printWin(WINDOW *win, const char *fmt)
 {
     const char *s = fmt;
@@ -1356,7 +1358,6 @@
             case KEY_PPAGE:
                 break;
 
-
             case ERR:
                 /* Ignore */
                 break;