mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:37:35 +00:00
Userland: Run clang-format on everything.
This commit is contained in:
parent
f7ede145b4
commit
b07bbf383d
48 changed files with 271 additions and 268 deletions
|
@ -1,7 +1,7 @@
|
|||
#include <LibCore/CArgsParser.h>
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <LibCore/CArgsParser.h>
|
||||
|
||||
int head(const String& filename, bool print_filename, int line_count);
|
||||
|
||||
|
@ -40,7 +40,7 @@ int main(int argc, char** argv)
|
|||
|
||||
int rc = 0;
|
||||
|
||||
for (auto &file : files) {
|
||||
for (auto& file : files) {
|
||||
if (head(file, print_filenames, line_count) != 0) {
|
||||
rc = 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue