mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-19 21:21:15 -03:00
Run clang-format on all files
The main change here is to reorder headers.
This commit is contained in:
@@ -3,12 +3,14 @@
|
||||
// issues.
|
||||
#include "config.h" // IWYU pragma: keep
|
||||
|
||||
#include "path.h"
|
||||
|
||||
#include <errno.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <cstring>
|
||||
#include <cwchar>
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <type_traits>
|
||||
@@ -19,7 +21,6 @@
|
||||
#include "expand.h"
|
||||
#include "fallback.h" // IWYU pragma: keep
|
||||
#include "flog.h"
|
||||
#include "path.h"
|
||||
#include "wutil.h" // IWYU pragma: keep
|
||||
|
||||
/// Unexpected error in path_get_path().
|
||||
|
||||
Reference in New Issue
Block a user