From: Paul Eggert Date: Mon, 16 Aug 1999 08:13:20 +0000 (+0000) Subject: indenting fixes X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=14b158325624a6e42e8bf4f7169c7a55f0afb6f9;p=chaz%2Ftar indenting fixes --- diff --git a/src/create.c b/src/create.c index 9bd4dea..81066b4 100644 --- a/src/create.c +++ b/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));