From 15a64b805e46584d37cc6745383709632e287999 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 3 Dec 2009 22:50:09 +0000 Subject: Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last time now I've configured emacs to make them displayed in really annoying colours... --- cmd-show-messages.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd-show-messages.c') diff --git a/cmd-show-messages.c b/cmd-show-messages.c index c624af54..84c2d6ce 100644 --- a/cmd-show-messages.c +++ b/cmd-show-messages.c @@ -57,7 +57,7 @@ cmd_show_messages_exec(struct cmd *self, struct cmd_ctx *ctx) tim = ctime(&msg->msg_time); *strchr(tim, '\n') = '\0'; - + ctx->print(ctx, "%s %s", tim, msg->msg); } -- cgit v1.2.3