diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2023-05-03 09:29:19 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2023-05-03 09:29:19 -0400 |
commit | 7e5357a1cf40ebaa7ffaeebfd3a88c3ba93eb1a7 (patch) | |
tree | 5a792a12d92518d2250611e05332f9904307f157 /src/xspawn.c | |
parent | 6d59961d6d5ce91529a17bdad380ee78fa866564 (diff) | |
download | bfs-7e5357a1cf40ebaa7ffaeebfd3a88c3ba93eb1a7.tar.xz |
style: Don't use tabs to indent preprocessor directives
Diffstat (limited to 'src/xspawn.c')
-rw-r--r-- | src/xspawn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xspawn.c b/src/xspawn.c index a185200..a6d18a3 100644 --- a/src/xspawn.c +++ b/src/xspawn.c @@ -16,7 +16,7 @@ #include <unistd.h> #if BFS_USE_PATHS_H -# include <paths.h> +# include <paths.h> #endif /** |