whitespace fixes (leading spaces to tab)

This commit is contained in:
Denis Vlasenko
2007-01-13 21:06:21 +00:00
parent 2418288cac
commit 150f402b36
11 changed files with 13 additions and 13 deletions

View File

@@ -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,