mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-23 08:31:16 -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 function builtin.
|
||||
#include "config.h" // IWYU pragma: keep
|
||||
|
||||
#include "builtin_function.h"
|
||||
|
||||
#include <errno.h>
|
||||
#include <stddef.h>
|
||||
#include <stdlib.h>
|
||||
@@ -11,7 +13,6 @@
|
||||
#include <vector>
|
||||
|
||||
#include "builtin.h"
|
||||
#include "builtin_function.h"
|
||||
#include "common.h"
|
||||
#include "complete.h"
|
||||
#include "event.h"
|
||||
|
||||
Reference in New Issue
Block a user