mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-17 02:41:15 -03:00
Run clang-format on all files
The main change here is to reorder headers.
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
#include "config.h" // IWYU pragma: keep
|
||||
|
||||
#include "redirection.h"
|
||||
#include "wutil.h"
|
||||
|
||||
#include <fcntl.h>
|
||||
|
||||
#include "wutil.h"
|
||||
|
||||
#define NOCLOB_ERROR _(L"The file '%ls' already exists")
|
||||
|
||||
#define FILE_ERROR _(L"An error occurred while redirecting file '%ls'")
|
||||
|
||||
Reference in New Issue
Block a user