Merge pull request #1875 from jonahryandavis/extra-tokens

Fix conformance with -Wextra-tokens
diff --git a/glslang/MachineIndependent/ParseHelper.cpp b/glslang/MachineIndependent/ParseHelper.cpp
index 9e19b27..5720658 100644
--- a/glslang/MachineIndependent/ParseHelper.cpp
+++ b/glslang/MachineIndependent/ParseHelper.cpp
@@ -3180,7 +3180,7 @@
 
 }
 
-#endif GLSLANG_WEB
+#endif // GLSLANG_WEB
 
 void TParseContext::transparentOpaqueCheck(const TSourceLoc& loc, const TType& type, const TString& identifier)
 {