Quellcode durchsuchen

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
Jim Meyering vor 17 Jahren
Ursprung
Commit
85d1e26bb1
1 geänderte Dateien mit 7 neuen und 7 gelöschten Zeilen
  1. 7 7
      exec/logsys.c

+ 7 - 7
exec/logsys.c

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