Remove useless semicolons
This commit is contained in:
parent
fe82779952
commit
c81b34fb24
4 changed files with 5 additions and 5 deletions
|
|
@ -328,7 +328,7 @@ std::unordered_map<const char*, int, str_hash, str_eq>* KeywordMap = nullptr;
|
|||
std::unordered_set<const char*, str_hash, str_eq>* ReservedSet = nullptr;
|
||||
#endif
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
namespace glslang {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue