diff options
| author | Stefan Boberg <[email protected]> | 2021-10-04 15:24:16 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-10-04 15:24:16 +0200 |
| commit | aeaa6e9c37f318e439ed5f23d0fec0662aea91d1 (patch) | |
| tree | 3192fadc7f7bfb17f204af088ffdca43aae98fa5 /zencore/filesystem.cpp | |
| parent | CAS: exposed some scrubbing stats (diff) | |
| download | zen-aeaa6e9c37f318e439ed5f23d0fec0662aea91d1.tar.xz zen-aeaa6e9c37f318e439ed5f23d0fec0662aea91d1.zip | |
clang-format
Diffstat (limited to 'zencore/filesystem.cpp')
| -rw-r--r-- | zencore/filesystem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zencore/filesystem.cpp b/zencore/filesystem.cpp index f6ba92f98..dce479a55 100644 --- a/zencore/filesystem.cpp +++ b/zencore/filesystem.cpp @@ -522,7 +522,7 @@ WriteFile(std::filesystem::path Path, IoBuffer Data) WriteFile(Path, &DataPtr, 1); } -IoBuffer +IoBuffer FileContents::Flatten() { if (Data.size() == 1) |