mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-11 05:31:14 -03:00
Run clang-format on all files
The main change here is to reorder headers.
This commit is contained in:
@@ -4,11 +4,11 @@
|
||||
|
||||
#include "config.h" // IWYU pragma: keep
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include "common.h"
|
||||
#include "env_universal_common.h"
|
||||
|
||||
#include <memory>
|
||||
|
||||
/// Initialize variable dispatch.
|
||||
class environment_t;
|
||||
void env_dispatch_init(const environment_t &vars);
|
||||
|
||||
Reference in New Issue
Block a user