Remove extra semicolons

Fix various "extra ';'" compiler warnings.

No functional changes.

Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com>
This commit is contained in:
Sven van Haastregt 2024-10-04 11:44:01 +01:00 committed by arcady-lunarg
parent a729c86d78
commit 4e91335863
8 changed files with 11 additions and 10 deletions

View file

@ -825,4 +825,4 @@ void Disassemble(std::ostream& out, const std::vector<unsigned int>& stream)
SpirvStream.processInstructions();
}
}; // end namespace spv
} // end namespace spv