logsys.c: indent consistently

* exec/logsys.c (_logsys_log_printf): Indent with TABs to be
consistent with copied-from function, _logsys_log_vprintf.

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2128 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
Jim Meyering 2009-04-23 14:15:53 +00:00
parent 0dc4aed441
commit 85d1e26bb1

View File

@ -1120,13 +1120,13 @@ void _logsys_log_vprintf (
}
void _logsys_log_printf (
int subsysid,
const char *function_name,
const char *file_name,
int file_line,
unsigned int level,
const char *format,
...)
int subsysid,
const char *function_name,
const char *file_name,
int file_line,
unsigned int level,
const char *format,
...)
{
char logsys_print_buffer[COMBINE_BUFFER_SIZE];
unsigned int len;