summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2018-02-04 21:53:55 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2018-02-04 21:53:55 +0000
commitdae650cc389f60b763e1af997b26a17c524ef02f (patch)
tree983cb0a59c054130b589126e375bee7f318dcbe0
parent226fb1a8de3395218fb87a27ce87b66c8c6bcc7d (diff)
repair ugly indents
-rw-r--r--bin/ls/ls.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/ls/ls.c b/bin/ls/ls.c
index c3e81010ef5..e22d404243b 100644
--- a/bin/ls/ls.c
+++ b/bin/ls/ls.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ls.c,v 1.48 2016/08/16 16:13:32 krw Exp $ */
+/* $OpenBSD: ls.c,v 1.49 2018/02/04 21:53:54 deraadt Exp $ */
/* $NetBSD: ls.c,v 1.18 1996/07/09 09:16:29 mycroft Exp $ */
/*
@@ -549,7 +549,7 @@ display(FTSENT *p, FTSENT *list)
d.bcfile = bcfile;
d.btotal = btotal;
(void)snprintf(buf, sizeof(buf), "%llu",
- (unsigned long long)maxblock);
+ (unsigned long long)maxblock);
d.s_block = strlen(buf);
d.s_flags = maxflags;
d.s_group = maxgroup;
@@ -561,7 +561,7 @@ display(FTSENT *p, FTSENT *list)
d.s_nlink = strlen(buf);
if (!f_humanval) {
(void)snprintf(buf, sizeof(buf), "%lld",
- (long long) maxsize);
+ (long long)maxsize);
d.s_size = strlen(buf);
} else
d.s_size = FMT_SCALED_STRSIZE-2; /* no - or '\0' */