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