]> git.ipfire.org Git - thirdparty/sarg.git/blobdiff - squidguard_report.c
Fix indentation of the code
[thirdparty/sarg.git] / squidguard_report.c
index c00d3d480c4aef12675834b339cb8c7e14d75aff..8f3dc7eb6a5188a915776b14471d0d60097b1ae1 100644 (file)
@@ -65,13 +65,13 @@ void squidguard_report(void)
        snprintf(report,sizeof(report),"%s/redirector.html",outdirname);
 
        if((fp_in=fopen(squidguard_in,"r"))==NULL) {
-       debuga(_("(squidguard) Cannot open log file %s\n"),squidguard_in);
-       exit(EXIT_FAILURE);
+               debuga(_("(squidguard) Cannot open log file %s\n"),squidguard_in);
+               exit(EXIT_FAILURE);
        }
 
        if((fp_ou=fopen(report,"w"))==NULL) {
-       debuga(_("(squidguard) Cannot open log file %s\n"),report);
-       exit(EXIT_FAILURE);
+               debuga(_("(squidguard) Cannot open log file %s\n"),report);
+               exit(EXIT_FAILURE);
        }
 
        if ((line=longline_create())==NULL) {