From ac75766c250f4aa2855155ed738bbd79a2858d70 Mon Sep 17 00:00:00 2001 From: Yuriy O'Donnell Date: Fri, 23 May 2014 21:14:48 +0200 Subject: [PATCH] removed trailing whitespace --- Source/Core/Core/PowerPC/JitCommon/JitCache.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/Core/PowerPC/JitCommon/JitCache.cpp b/Source/Core/Core/PowerPC/JitCommon/JitCache.cpp index c4cb493a78..71143fc955 100644 --- a/Source/Core/Core/PowerPC/JitCommon/JitCache.cpp +++ b/Source/Core/Core/PowerPC/JitCommon/JitCache.cpp @@ -108,7 +108,7 @@ using namespace Gen; } links_to.clear(); block_map.clear(); - + valid_block.clear(); valid_block.resize(VALID_BLOCK_MASK_SIZE, false);