mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
IR: Remove unnecessary semicolon on namespace brace
This commit is contained in:
@ -438,4 +438,4 @@ private:
|
|||||||
std::array<InstLoc, 8> CRCache;
|
std::array<InstLoc, 8> CRCache;
|
||||||
std::array<InstLoc, 8> CRCacheStore;
|
std::array<InstLoc, 8> CRCacheStore;
|
||||||
};
|
};
|
||||||
};
|
} // namespace IREmitter
|
||||||
|
Reference in New Issue
Block a user