mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-30 23:51:15 -03:00
Run clang-format on all files
The main change here is to reorder headers.
This commit is contained in:
@@ -12,9 +12,9 @@
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <wctype.h>
|
||||
#include <cwchar>
|
||||
|
||||
#include <algorithm>
|
||||
#include <cwchar>
|
||||
#include <cwctype>
|
||||
#include <iterator>
|
||||
#include <memory>
|
||||
|
||||
Reference in New Issue
Block a user