]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
basic/forward: replace tab with space
authorMike Yuan <me@yhndnzj.com>
Mon, 9 Jun 2025 18:38:20 +0000 (20:38 +0200)
committerMike Yuan <me@yhndnzj.com>
Mon, 9 Jun 2025 18:39:23 +0000 (20:39 +0200)
src/basic/forward.h

index 5ca540ae01ed40e79b66e8a7c6464cde791967c7..6b6d68dcb4b6ff7cef854e9a1fa50565ae88919f 100644 (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)