mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-27 00:21:15 -03:00
Run clang-format on all files
The main change here is to reorder headers.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user