mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-27 20:31:17 -03:00
Run clang-format on all files
The main change here is to reorder headers.
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <cstring>
|
||||
#if HAVE_CURSES_H
|
||||
#include <curses.h>
|
||||
@@ -17,8 +18,8 @@
|
||||
#include <ncurses/term.h>
|
||||
#endif
|
||||
#include <limits.h>
|
||||
#include <cwchar>
|
||||
|
||||
#include <cwchar>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
Reference in New Issue
Block a user