basic/forward: replace tab with space

This commit is contained in:
Mike Yuan
2025-06-09 20:38:20 +02:00
parent 03a961239f
commit 0e9667fd9a

View File

@@ -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)