diff options
Diffstat (limited to 'src/CompilerKit/src/Frontends/NectarCompiler+PTX.cpp')
| -rw-r--r-- | src/CompilerKit/src/Frontends/NectarCompiler+PTX.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/CompilerKit/src/Frontends/NectarCompiler+PTX.cpp b/src/CompilerKit/src/Frontends/NectarCompiler+PTX.cpp index 1584661..7edc493 100644 --- a/src/CompilerKit/src/Frontends/NectarCompiler+PTX.cpp +++ b/src/CompilerKit/src/Frontends/NectarCompiler+PTX.cpp @@ -1623,8 +1623,7 @@ NECTAR_MODULE(CompilerNectarPTX) { continue; } - if (strcmp(argv[index], "--help") == 0 || - strcmp(argv[index], "-h") == 0) { + if (strcmp(argv[index], "--help") == 0 || strcmp(argv[index], "-h") == 0) { std::cout << "====================================================\n"; std::cout << "NECTAR PTX FRONTEND:\n"; std::cout << "====================================================\n"; |
