mirror of
https://github.com/openbsd/src.git
synced 2025-01-04 23:35:36 -08:00
repair ugly indents
This commit is contained in:
parent
55669736a7
commit
55333ed9ed
@ -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' */
|
||||
|
Loading…
Reference in New Issue
Block a user