fixed formatting issues

This commit is contained in:
gurkenhabicht 2018-05-30 19:51:37 +02:00 committed by GitHub
parent 19a41bfb87
commit f48178dba2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -114,10 +114,9 @@ int main( int argc, char **argv ) {
if ( strstr(xBuffer, istrue) ) { if ( strstr(xBuffer, istrue) ) {
include = 1; include = 1;
} else if ( xBuffer && !strstr(xBuffer, istrue) ) { } else if ( xBuffer && !strstr(xBuffer, istrue) ) {
templatePath = xBuffer; templatePath = xBuffer;
include = 1;
include = 1; } else {
} else {
printf( "Wrong Argruments: %s\n", argv[1]); printf( "Wrong Argruments: %s\n", argv[1]);
usage(argv); usage(argv);
} }