src/modules/logwatch.c
changeset 130 ffefb6d85ea6
parent 127 94e6c3b4230f
child 132 f2ece471fb07
--- a/src/modules/logwatch.c	Sat Apr 11 06:03:08 2009 +0300
+++ b/src/modules/logwatch.c	Sat Apr 11 06:03:24 2009 +0300
@@ -91,7 +91,7 @@
     pattern = config_get_string     (option, values, "pattern"  );
     format  = config_get_string     (option, values, "format"   );
     chan    = config_get_irc_chan   (option, values, "chan"     );
-    
+
     // invoke
     if ((filter = logwatch_filter(ctx, name, source, pattern, format, chan, err)) == NULL)
         goto error;