changeset 400:ec974049ccba

Reindent.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 24 May 2012 05:01:46 +0300
parents 06a1c1db5bbb
children 3f20ac9a9e1d
files nnchat.c
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/nnchat.c	Thu May 24 05:00:48 2012 +0300
+++ b/nnchat.c	Thu May 24 05:01:46 2012 +0300
@@ -1405,12 +1405,12 @@
 void printHelp(void)
 {
     printMsgQ(currWin, "\n"
-              "NNChat Help\n"
-              "===========\n"
-              "\n"
-              "F1             This help.\n"
-              "F2             \n"
-             );
+    "NNChat Help\n"
+    "===========\n"
+    "\n"
+    "F1             This help.\n"
+    "F2             \n"
+    );
 }
 
 int main(int argc, char *argv[])