mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-28 04:51:15 -03:00
Run clang-format on all files
The main change here is to reorder headers.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
// Implementation of the bind builtin.
|
||||
#include "config.h" // IWYU pragma: keep
|
||||
|
||||
#include "builtin_bind.h"
|
||||
|
||||
#include <errno.h>
|
||||
#include <stddef.h>
|
||||
|
||||
@@ -10,7 +12,6 @@
|
||||
#include <vector>
|
||||
|
||||
#include "builtin.h"
|
||||
#include "builtin_bind.h"
|
||||
#include "common.h"
|
||||
#include "fallback.h" // IWYU pragma: keep
|
||||
#include "input.h" // IWYU pragma: keep
|
||||
|
||||
Reference in New Issue
Block a user