Applications: Run clang-format on everything.

This commit is contained in:
Andreas Kling 2019-06-07 11:48:03 +02:00
commit fd604a7c68
Notes: sideshowbarker 2024-07-19 13:41:35 +09:00
24 changed files with 350 additions and 294 deletions

View file

@ -1,6 +1,6 @@
#include "IRCAppWindow.h"
#include "IRCClient.h"
#include <LibGUI/GApplication.h>
#include "IRCAppWindow.h"
#include <stdio.h>
int main(int argc, char** argv)