Parcourir la source

Remove unnecessary whitespace

Fix a typo introduced in the last commit.
mmoult il y a 3 mois
Parent
commit
be4ee7d0e3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      StandAlone/StandAlone.cpp

+ 1 - 1
StandAlone/StandAlone.cpp

@@ -2018,7 +2018,7 @@ void usage()
            "  -e <name> | --entry-point <name>\n"
            "              specify <name> as the entry-point function name\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"
            "  -g          generate debug information\n"
            "  -g0         strip debug information\n"