mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-15 08:49:20 +01:00
IR: Remove unnecessary semicolon on namespace brace
This commit is contained in:
parent
67fc73e82c
commit
8346f86ee4
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user