Run clang-format on all files

The main change here is to reorder headers.
This commit is contained in:
ridiculousfish
2019-10-13 15:50:48 -07:00
parent e73e9c3e2e
commit 82eca4bc86
110 changed files with 250 additions and 171 deletions

View File

@@ -18,6 +18,7 @@
#include <sys/types.h> // IWYU pragma: keep
#include <unistd.h>
#include <wctype.h>
#include <algorithm>
#include <cstring>
#include <cwchar>
@@ -37,7 +38,8 @@
#include <ncurses/term.h>
#endif
#include <signal.h> // IWYU pragma: keep
#include <cwchar> // IWYU pragma: keep
#include <cwchar> // IWYU pragma: keep
#include "common.h" // IWYU pragma: keep
#include "fallback.h" // IWYU pragma: keep