From f48178dba27d1e86ca926596e07a8b4ac1f785b4 Mon Sep 17 00:00:00 2001 From: gurkenhabicht <34342412+gurkenhabicht@users.noreply.github.com> Date: Wed, 30 May 2018 19:51:37 +0200 Subject: [PATCH] fixed formatting issues --- src/cpp_implementation/NLMSvariants.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/cpp_implementation/NLMSvariants.cpp b/src/cpp_implementation/NLMSvariants.cpp index 39aa6c0..8cc4ef1 100644 --- a/src/cpp_implementation/NLMSvariants.cpp +++ b/src/cpp_implementation/NLMSvariants.cpp @@ -114,10 +114,9 @@ int main( int argc, char **argv ) { if ( strstr(xBuffer, istrue) ) { include = 1; } else if ( xBuffer && !strstr(xBuffer, istrue) ) { - templatePath = xBuffer; - - include = 1; - } else { + templatePath = xBuffer; + include = 1; + } else { printf( "Wrong Argruments: %s\n", argv[1]); usage(argv); }