diff --git a/application/F3DStarter.cxx b/application/F3DStarter.cxx index d77ce352e1..f923acae1b 100644 --- a/application/F3DStarter.cxx +++ b/application/F3DStarter.cxx @@ -255,7 +255,8 @@ class F3DStarter::F3DInternals const std::regex numberingRe("\\{(n:?([0-9]*))\\}"); const std::regex dateRe("date:?([A-Za-z%]*)"); - /* Return a file related string depending on the currently loaded files, or the empty string if a single file is loaded */ + /* Return a file related string depending on the currently loaded files, or the empty string if + * a single file is loaded */ const auto fileCheck = [&]() { if (this->LoadedFiles.size() == 0) @@ -1356,7 +1357,7 @@ int F3DStarter::AddFile(const fs::path& path, bool quiet) assert(this->Internals->FilesGroups.size() == 1); this->Internals->FilesGroups[0].emplace_back(tmpPath); } - else // if (this->Internals->AppOptions.MultiFileMode == "single") + else // if (this->Internals->AppOptions.MultiFileMode == "single") // XXX more grouping mode may be added in the future { this->Internals->FilesGroups.emplace_back(std::vector{ tmpPath });