aboutsummaryrefslogtreecommitdiff
path: root/zencore/filesystem.cpp
diff options
context:
space:
mode:
authorPer Larsson <[email protected]>2021-08-31 15:25:09 +0200
committerPer Larsson <[email protected]>2021-08-31 15:25:09 +0200
commitb0d04a27557043037169f0b5ff66ccfb4152c534 (patch)
treee9290eb45dce63545b42083a5af2c4233c22f56c /zencore/filesystem.cpp
parentAsynchronous upstream caching to Jupiter (diff)
downloadzen-b0d04a27557043037169f0b5ff66ccfb4152c534.tar.xz
zen-b0d04a27557043037169f0b5ff66ccfb4152c534.zip
Format fix.
Diffstat (limited to 'zencore/filesystem.cpp')
-rw-r--r--zencore/filesystem.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/zencore/filesystem.cpp b/zencore/filesystem.cpp
index 591630b75..ec3de0306 100644
--- a/zencore/filesystem.cpp
+++ b/zencore/filesystem.cpp
@@ -443,7 +443,7 @@ WriteFile(std::filesystem::path Path, const IoBuffer* const* Data, size_t Buffer
}
}
-void
+void
WriteFile(std::filesystem::path Path, IoBuffer Data)
{
const IoBuffer* const DataPtr = &Data;
@@ -451,7 +451,6 @@ WriteFile(std::filesystem::path Path, IoBuffer Data)
WriteFile(Path, &DataPtr, 1);
}
-
FileContents
ReadFile(std::filesystem::path Path)
{