From f2c1f3c059cfee30c543dfebb56788ba9af77247 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 6 Apr 2020 20:32:35 +0200 Subject: [PATCH] Trade: who did this indentation?! --- src/Magnum/Trade/imageconverter.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Magnum/Trade/imageconverter.cpp b/src/Magnum/Trade/imageconverter.cpp index b7ff9c5ae..157ff2092 100644 --- a/src/Magnum/Trade/imageconverter.cpp +++ b/src/Magnum/Trade/imageconverter.cpp @@ -147,8 +147,7 @@ int main(int argc, char** argv) { .setParseErrorCallback([](const Utility::Arguments& args, Utility::Arguments::ParseError error, const std::string& key) { /* If --info is passed, we don't need the output argument */ if(error == Utility::Arguments::ParseError::MissingArgument && - key == "output" && - args.isSet("info")) return true; + key == "output" && args.isSet("info")) return true; /* Handle all other errors as usual */ return false;