summaryrefslogtreecommitdiff
path: root/usr/src/cmd/ul
diff options
context:
space:
mode:
authorJohn Levon <john.levon@joyent.com>2018-12-19 18:10:14 +0000
committerJohn Levon <john.levon@joyent.com>2019-03-08 15:59:03 +0000
commitbc54f855e0de1e590115101c80f152a20722cfb0 (patch)
tree27cff7229dcd40fe061477176fc30ca00a6656f7 /usr/src/cmd/ul
parent8f5edf1f887948e6be5982cbe7f196909927af91 (diff)
downloadillumos-joyent-bc54f855e0de1e590115101c80f152a20722cfb0.tar.gz
10120 smatch indenting fixes for usr/src/cmd
Reviewed by: Gergő Doma <domag02@gmail.com> Reviewed by: Jason King <jason.brian.king@gmail.com> Portions contributed by: Joyce McIntosh <joyce.mcintosh@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/cmd/ul')
-rw-r--r--usr/src/cmd/ul/ul.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr/src/cmd/ul/ul.c b/usr/src/cmd/ul/ul.c
index d4cfa6ea5f..272df43eb7 100644
--- a/usr/src/cmd/ul/ul.c
+++ b/usr/src/cmd/ul/ul.c
@@ -12,7 +12,9 @@
* specifies the terms and conditions for redistribution.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
+/*
+ * Copyright (c) 2018, Joyent, Inc.
+ */
#include <stdio.h>
#include <locale.h>
@@ -460,7 +462,7 @@ iattr(void)
tszbf += n * MEMFCT;
}
tszbf -= n;
- *cp++ = cx;
+ *cp++ = cx;
while (--n > 0) {
*cp++ = cx;
i++;