Userland: Run clang-format on everything.

This commit is contained in:
Andreas Kling 2019-06-07 11:49:31 +02:00
commit b07bbf383d
Notes: sideshowbarker 2024-07-19 13:41:22 +09:00
48 changed files with 271 additions and 268 deletions

View file

@ -1,9 +1,9 @@
#include <stdio.h>
#include <unistd.h>
#include <fcntl.h>
#include <stdlib.h>
#include <AK/AKString.h>
#include <AK/Vector.h>
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
struct FileSystem {
String fs;