From 19a41bfb8713d0ea5cd38bc3453ff00d31df2565 Mon Sep 17 00:00:00 2001 From: gurkenhabicht <34342412+gurkenhabicht@users.noreply.github.com> Date: Wed, 30 May 2018 19:50:08 +0200 Subject: [PATCH] formatting issues --- src/ansi_c_implementation/NLMSvariants.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/ansi_c_implementation/NLMSvariants.c b/src/ansi_c_implementation/NLMSvariants.c index 34a74b5..9000764 100644 --- a/src/ansi_c_implementation/NLMSvariants.c +++ b/src/ansi_c_implementation/NLMSvariants.c @@ -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); } @@ -173,7 +172,7 @@ int main( int argc, char **argv ) { differentialPredecessor( mlData, points ); if ( include == 1 ) { - mkSvgGraph(points, templatePath); // Graph building + mkSvgGraph(points, templatePath); // Graph building }