From 76e38677d0d478ab40542abea51efb2ce56d064d Mon Sep 17 00:00:00 2001 From: mark Date: Tue, 12 Mar 2024 07:09:03 -0700 Subject: [PATCH] Fixed inconsistent tabs --- src/mods/vr/runtimes/OpenXR.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mods/vr/runtimes/OpenXR.cpp b/src/mods/vr/runtimes/OpenXR.cpp index 93df1bb8..99a0996f 100644 --- a/src/mods/vr/runtimes/OpenXR.cpp +++ b/src/mods/vr/runtimes/OpenXR.cpp @@ -993,8 +993,8 @@ std::optional OpenXR::initialize_actions(const std::string& json_st // If not, check for global profile in UEVR\Profiles dir if (!std::filesystem::exists(filename)) { - filename = (Framework::get_persistent_dir() / ".." / "UEVR" / "Profiles" / profile_file).string(); - spdlog::info("[VR] Setting bindings file to {}", filename); + filename = (Framework::get_persistent_dir() / ".." / "UEVR" / "Profiles" / profile_file).string(); + spdlog::info("[VR] Setting bindings file to {}", filename); } // check if the file exists