Re-indent.
This commit is contained in:
parent
3a48f0954c
commit
b77cef01a9
@ -128,7 +128,6 @@ static void print (void)
|
|||||||
{
|
{
|
||||||
off_t offset;
|
off_t offset;
|
||||||
|
|
||||||
{
|
|
||||||
setpwent ();
|
setpwent ();
|
||||||
while ((pwent = getpwent ())) {
|
while ((pwent = getpwent ())) {
|
||||||
user = pwent->pw_uid;
|
user = pwent->pw_uid;
|
||||||
@ -151,7 +150,6 @@ static void print (void)
|
|||||||
|
|
||||||
print_one (pwent);
|
print_one (pwent);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int main (int argc, char **argv)
|
int main (int argc, char **argv)
|
||||||
|
Loading…
Reference in New Issue
Block a user