From bacc8b77c35d9e74a0e5877827b6dcf50f7bb37c Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 15 Mar 2026 23:52:12 -0500 Subject: [PATCH] Auto-commit fs_inode.cpp --- src/fs_inode.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fs_inode.cpp b/src/fs_inode.cpp index f4562dd1..99091f32 100644 --- a/src/fs_inode.cpp +++ b/src/fs_inode.cpp @@ -52,8 +52,8 @@ static u64 _passthrough(const std::string &branch_path_, const std::string &fusepath_, - const mode_t mode_, - const ino_t ino_) + const mode_t mode_, + const ino_t ino_) { return ino_; }