]> granicus.if.org Git - fcron/blobdiff - log.h
Applied indentation
[fcron] / log.h
diff --git a/log.h b/log.h
index d163cd37425e02c16bb7eb184ba66da41a82e35c..f7b31af351d70f2ff71462a90783197aa3b5ce31 100644 (file)
--- a/log.h
+++ b/log.h
@@ -26,8 +26,8 @@
 #define __LOG_H__
 
 extern char debug_opt;
-extern char *logfile_path; /* path to a file to log to. Set to NULL to disable logging to a file */
-extern int dosyslog; /* set to 1 when we log messages to syslog, else 0 */
+extern char *logfile_path;      /* path to a file to log to. Set to NULL to disable logging to a file */
+extern int dosyslog;            /* set to 1 when we log messages to syslog, else 0 */
 
 /* functions prototypes */
 extern void xopenlog(void);