mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-26 02:51:16 -03:00
Run clang-format on all files
The main change here is to reorder headers.
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
// Color class implementation.
|
||||
#include "config.h" // IWYU pragma: keep
|
||||
|
||||
#include "color.h"
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <cwchar> // IWYU pragma: keep
|
||||
|
||||
#include "color.h"
|
||||
#include "common.h"
|
||||
#include "fallback.h" // IWYU pragma: keep
|
||||
|
||||
|
||||
Reference in New Issue
Block a user