From ba620c5e0a4e336f4dc70f329b4ef91978baf379 Mon Sep 17 00:00:00 2001 From: Martchus Date: Thu, 19 Oct 2017 01:07:38 +0200 Subject: [PATCH] Apply clang-format --- application/argumentparser.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/argumentparser.cpp b/application/argumentparser.cpp index b132eac..2d551be 100644 --- a/application/argumentparser.cpp +++ b/application/argumentparser.cpp @@ -130,8 +130,8 @@ void ArgumentReader::read(ArgumentVector &args) size_t argDenotationLength; if (argDenotationType != Value) { const char *const equationPos = strchr(argDenotation, '='); - for (argDenotationLength = equationPos ? static_cast(equationPos - argDenotation) : strlen(argDenotation); - argDenotationLength; matchingArg = nullptr) { + for (argDenotationLength = equationPos ? static_cast(equationPos - argDenotation) : strlen(argDenotation); argDenotationLength; + matchingArg = nullptr) { // search for arguments by abbreviation or name depending on the previously determined denotation type if (argDenotationType == Abbreviation) { for (Argument *arg : args) {