summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Carbonneaux2016-04-28 00:57:41 +0000
committerQuentin Carbonneaux2016-04-28 00:57:41 +0000
commit35d40adb208fd0c8ded353fb80b202d5f6f0b77e (patch)
tree1766de9548a5f4e27900e9b023ceca886ec116f4
parente3ce65b0ed8f3e7342646f8272a0cf0c78d31f79 (diff)
Adjust indent.
-rw-r--r--irc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc.c b/irc.c
index fe86072..c78c1cc 100644
--- a/irc.c
+++ b/irc.c
@@ -24,7 +24,7 @@
#define CTRL(x) (x & 037)
#define SCROLL 15
-#define INDENT 21
+#define INDENT 23
#define DATEFMT "%H:%M"
#define PFMT " %-12s < %s"
#define PFMTHIGH "> %-12s < %s"