From 33367a6fa8d3b60f7b4559e898a99c7bf107824f Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 15 Mar 2026 23:58:32 -0500 Subject: [PATCH] Auto-commit fs_wait_for_mount.cpp --- src/fs_wait_for_mount.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fs_wait_for_mount.cpp b/src/fs_wait_for_mount.cpp index d2dcfd9e..22f3ada9 100644 --- a/src/fs_wait_for_mount.cpp +++ b/src/fs_wait_for_mount.cpp @@ -35,8 +35,8 @@ constexpr std::chrono::milliseconds SLEEP_DURATION = std::chrono::milliseconds(3 static bool -_branch_is_mounted(const struct stat &src_st_, - const fs::path &branch_path_) +_branch_is_mounted(const struct stat &src_st_, + const fs::path &branch_path_) { int rv; struct stat st;