From 0595ff4d4ec28f951c0425fa1c3b4041fb026f3d Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Sat, 12 Mar 2005 15:05:23 +0000 Subject: [PATCH] Indentation fixes. --- src/lib/commands/info.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/commands/info.c b/src/lib/commands/info.c index 7038add94..3eb8aa467 100644 --- a/src/lib/commands/info.c +++ b/src/lib/commands/info.c @@ -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; } } -- 2.43.0