From 150f402b36197d822f8a7dd835231cd67b77e959 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sat, 13 Jan 2007 21:06:21 +0000 Subject: whitespace fixes (leading spaces to tab) --- sysklogd/syslogd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysklogd') diff --git a/sysklogd/syslogd.c b/sysklogd/syslogd.c index 4052827..716e41f 100644 --- a/sysklogd/syslogd.c +++ b/sysklogd/syslogd.c @@ -201,7 +201,7 @@ static void log_to_shmem(const char *msg, int len) /* Circular Buffer Algorithm: * -------------------------- - * tail == position where to store next syslog message. + * tail == position where to store next syslog message. * head == position of next message to retrieve ("print"). * if head == tail, there is no "unprinted" messages left. * head is typically advanced by separate "reader" program, -- cgit v1.1