From 0e9667fd9a8a05361edc84d88d30f0da0d199444 Mon Sep 17 00:00:00 2001 From: Mike Yuan Date: Mon, 9 Jun 2025 20:38:20 +0200 Subject: [PATCH] basic/forward: replace tab with space --- src/basic/forward.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/basic/forward.h b/src/basic/forward.h index 5ca540ae01e..6b6d68dcb4b 100644 --- a/src/basic/forward.h +++ b/src/basic/forward.h @@ -308,7 +308,7 @@ typedef struct VeritySettings VeritySettings; #define AT_FDCWD -100 #define AT_EMPTY_PATH 0x1000 #define AT_SYMLINK_FOLLOW 0x400 -#define AT_SYMLINK_NOFOLLOW 0x100 +#define AT_SYMLINK_NOFOLLOW 0x100 #define MODE_INVALID ((mode_t) -1) -- 2.47.3