Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5c1b3afb authored by Jorge Lucangeli Obes's avatar Jorge Lucangeli Obes
Browse files

Fix 'ps.c' formatting.

Insert a space between 'if'/'while' and their clause.
Also insert a space after ',' for arguments.

This was done with clang-format.

Bug: None

Change-Id: I5315eba3d5d8ac68996a373dc7c8e1bc45165824
parent 47f808d0
Loading
Loading
Loading
Loading
+32 −33
Original line number Diff line number Diff line
@@ -338,4 +338,3 @@ int ps_main(int argc, char **argv)
    closedir(d);
    return 0;
}