diff mcabber/mcabber/settings.c @ 1736:15e1f3957786

Misc. small style changes (I.e. line length < 80 whenever possible)
author Mikael Berthe <mikael@lilotux.net>
date Sat, 06 Mar 2010 19:21:05 +0100
parents 5093b5ca1572
children d80a9e32ab1a
line wrap: on
line diff
--- a/mcabber/mcabber/settings.c	Thu Mar 04 13:03:20 2010 +0200
+++ b/mcabber/mcabber/settings.c	Sat Mar 06 19:21:05 2010 +0100
@@ -187,7 +187,7 @@
         startswith(line, "source ", FALSE) ||
         startswith(line, "color ", FALSE)  ||
 #ifdef MODULES_ENABLE
-        startswith(line, "module ", FALSE)   ||
+        startswith(line, "module ", FALSE) ||
 #endif
         startswith(line, "status ", FALSE) ||
         startswith(line, "otrpolicy", FALSE)) {
@@ -201,7 +201,7 @@
           !startswith(line, "status ", FALSE) &&
           !startswith(line, "color ", FALSE)  &&
 #ifdef MODULES_ENABLE
-          !startswith(line, "module ", FALSE)   &&
+          !startswith(line, "module ", FALSE) &&
 #endif
           !startswith(line, "otrpolicy ", FALSE)) {
         scr_LogPrint(LPRINT_LOGNORM, "Error in configuration file (l. %d): "