aboutsummaryrefslogtreecommitdiff
path: root/zenserver/frontend/frontend.cpp
diff options
context:
space:
mode:
authorMartin Ridgers <[email protected]>2023-02-21 13:33:00 +0100
committerMartin Ridgers <[email protected]>2023-02-22 08:13:50 +0100
commitb586c5b967894f5a5ed02336e6faad06d1d10c5e (patch)
tree9f89fbebee0b0e210be879f9f4c504a92ada4bb4 /zenserver/frontend/frontend.cpp
parentRemoved unused function (diff)
downloadzen-b586c5b967894f5a5ed02336e6faad06d1d10c5e.tar.xz
zen-b586c5b967894f5a5ed02336e6faad06d1d10c5e.zip
Clang format wanted to change one cell from a tab to a space
Diffstat (limited to 'zenserver/frontend/frontend.cpp')
-rw-r--r--zenserver/frontend/frontend.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/zenserver/frontend/frontend.cpp b/zenserver/frontend/frontend.cpp
index 7fcdd8edc..e0b27ac55 100644
--- a/zenserver/frontend/frontend.cpp
+++ b/zenserver/frontend/frontend.cpp
@@ -20,7 +20,7 @@ HttpFrontendService::HttpFrontendService(std::filesystem::path Directory) : m_Di
std::filesystem::path SelfPath = GetRunningExecutablePath();
// Locate a .zip file appended onto the end of this binary
- IoBuffer SelfBuffer = IoBufferBuilder::MakeFromFile(SelfPath);
+ IoBuffer SelfBuffer = IoBufferBuilder::MakeFromFile(SelfPath);
m_ZipFs = ZipFs(std::move(SelfBuffer));
#if ZEN_BUILD_DEBUG