Re-indent.
This commit is contained in:
@ -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;
|
||||||
@ -152,7 +151,6 @@ static void print (void)
|
|||||||
print_one (pwent);
|
print_one (pwent);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
int main (int argc, char **argv)
|
int main (int argc, char **argv)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user