From 6353cf6514fa6ac812ddc1ee210b511ecccde03b Mon Sep 17 00:00:00 2001 From: EllipticEllipsis <73679967+EllipticEllipsis@users.noreply.github.com> Date: Sun, 12 Sep 2021 19:26:33 +0100 Subject: Run formatter (#170) --- ZAPD/ImageBackend.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ZAPD/ImageBackend.cpp') diff --git a/ZAPD/ImageBackend.cpp b/ZAPD/ImageBackend.cpp index b8f13ac..a8fb900 100644 --- a/ZAPD/ImageBackend.cpp +++ b/ZAPD/ImageBackend.cpp @@ -216,7 +216,8 @@ void ImageBackend::WritePng(const char* filename) void ImageBackend::WritePng(const fs::path& filename) { - // Note: The .string() is necessary for MSVC, due to the implementation of std::filesystem differing from GCC. Do not remove! + // Note: The .string() is necessary for MSVC, due to the implementation of std::filesystem + // differing from GCC. Do not remove! WritePng(filename.string().c_str()); } -- cgit v1.2.3