Browse Source

indenting fixes

Paul Eggert 26 years ago
parent
commit
14b1583256
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/create.c

+ 4 - 4
src/create.c

@@ -766,8 +766,8 @@ finish_sparse_file (int file, off_t *sizeleft, off_t fullsize, char *name)
 	  if (count < 0)
 	    {
 	      char buf[UINTMAX_STRSIZE_BOUND];
-	      ERROR ((0, errno, _("\
-Read error at byte %s, reading %lu bytes, in file %s"),
+	      ERROR ((0, errno,
+		      _("Read error at byte %s, reading %lu bytes, in file %s"),
 		      STRINGIFY_BIGINT (fullsize - *sizeleft, buf),
 		      (unsigned long) bufsize, name));
 	      return 1;
@@ -1281,8 +1281,8 @@ dump_file (char *p, dev_t parent_device, int top_level)
 	    if (count < 0)
 	      {
 		char buf[UINTMAX_STRSIZE_BOUND];
-		ERROR ((0, errno, _("\
-Read error at byte %s, reading %lu bytes, in file %s"),
+		ERROR ((0, errno,
+			_("Read error at byte %s, reading %lu bytes, in file %s"),
 			STRINGIFY_BIGINT (current_stat.st_size - sizeleft,
 					  buf),
 			(unsigned long) bufsize, p));