]> git.pond.sub.org Git - empserver/commitdiff
Indentation fixes.
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 12 Mar 2005 15:05:23 +0000 (15:05 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Sat, 12 Mar 2005 15:05:23 +0000 (15:05 +0000)
src/lib/commands/info.c

index 7038add9496d614a34a1d1c0d8368aa787ccf32a..3eb8aa46748595647f2d2286baa8ad8b46155a7d 100644 (file)
@@ -140,14 +140,14 @@ info(void)
        if (fp == NULL) {
            pr("Error reading info file for %s\n", name);
            logerror("Cannot open for \"%s\" info file (%s)",
-               filename, strerror(errno));
+                    filename, strerror(errno));
            return RET_FAIL;
        }
     }
     if (fstat(fileno(fp), &statb) < 0) {
        pr("Error reading info file for %s\n", name);
        logerror("Cannot fstat for \"%s\" info file (%s)",
-           filename, strerror(errno));
+                filename, strerror(errno));
        fclose(fp);
        return RET_SYS;
     }
@@ -369,7 +369,7 @@ info(void)
        if (fp == NULL) {
            pr("Error reading info file for %s\n", name);
            logerror("Cannot open for \"%s\" info file (%s)",
-               filename, strerror(errno));
+                    filename, strerror(errno));
            return RET_FAIL;
        }
     }