summaryrefslogtreecommitdiff
path: root/src/users.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-07-13 02:58:35 +0000
committerJim Meyering <jim@meyering.net>1997-07-13 02:58:35 +0000
commit4b84ea87453d75b526d7b480fc3c9929e873af70 (patch)
tree99b506d19218ce4b8376badc56fbc1a374ffa518 /src/users.c
parent51a0fa60c890a0fc6b15288f9373a185766e939b (diff)
downloadcoreutils-4b84ea87453d75b526d7b480fc3c9929e873af70.tar.xz
indent
Diffstat (limited to 'src/users.c')
-rw-r--r--src/users.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/users.c b/src/users.c
index 51dd6e1fe..e27bda5c7 100644
--- a/src/users.c
+++ b/src/users.c
@@ -84,7 +84,7 @@ list_entries_users (int n)
{
int c;
fputs (u[i], stdout);
- c = (i < n_entries-1 ? ' ' : '\n');
+ c = (i < n_entries - 1 ? ' ' : '\n');
putchar (c);
}