Browse Source

Remove unnecessary whitespace

Fix a typo introduced in the last commit.
mmoult 3 months ago
parent
commit
be4ee7d0e3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      StandAlone/StandAlone.cpp

+ 1 - 1
StandAlone/StandAlone.cpp

@@ -2018,7 +2018,7 @@ void usage()
            "  -e <name> | --entry-point <name>\n"
            "  -e <name> | --entry-point <name>\n"
            "              specify <name> as the entry-point function name\n"
            "              specify <name> as the entry-point function name\n"
            "  -f{hlsl_functionality1}\n"
            "  -f{hlsl_functionality1}\n"
-           "              'hlsl_functionality1' enables use of the \n"
+           "              'hlsl_functionality1' enables use of the\n"
            "              SPV_GOOGLE_hlsl_functionality1 extension\n"
            "              SPV_GOOGLE_hlsl_functionality1 extension\n"
            "  -g          generate debug information\n"
            "  -g          generate debug information\n"
            "  -g0         strip debug information\n"
            "  -g0         strip debug information\n"