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;