From bd9844aa95fb819eacbe893922be298c81173ae0 Mon Sep 17 00:00:00 2001 From: Matthias <github@mpuchner.de> Date: Wed, 2 Dec 2020 20:35:03 +0100 Subject: [PATCH] clang-format; Linux compilation --- Device/Histo/IntensityDataIOFactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Device/Histo/IntensityDataIOFactory.cpp b/Device/Histo/IntensityDataIOFactory.cpp index f17b1cdb9dd..0694e2a1aa2 100644 --- a/Device/Histo/IntensityDataIOFactory.cpp +++ b/Device/Histo/IntensityDataIOFactory.cpp @@ -146,7 +146,7 @@ IntensityDataIOFactory::readOutputData(const std::string& file_name, #ifdef _WIN32 input_stream.open(FileSystemUtils::convert_utf8_to_utf16(file_name), openmode); #else - fin.open(file_name, openmode); + input_stream.open(file_name, openmode); #endif if (!input_stream.is_open()) -- GitLab