diff --git a/Source/Core/Core/PowerPC/JitILCommon/IR.h b/Source/Core/Core/PowerPC/JitILCommon/IR.h index 1ad69cfcef..2321037ef8 100644 --- a/Source/Core/Core/PowerPC/JitILCommon/IR.h +++ b/Source/Core/Core/PowerPC/JitILCommon/IR.h @@ -438,4 +438,4 @@ private: std::array CRCache; std::array CRCacheStore; }; -}; +} // namespace IREmitter