From 117c1ef3fc1321580cfc452cbce3614af29c29d4 Mon Sep 17 00:00:00 2001 From: Ryan Collins Date: Wed, 25 Mar 2015 17:15:25 -0400 Subject: [PATCH] Remove whitespace added in previous commit --- Source/Project64/N64 System/C Core/r4300i Commands.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Source/Project64/N64 System/C Core/r4300i Commands.cpp b/Source/Project64/N64 System/C Core/r4300i Commands.cpp index 51f330e2d..9b01fd1f7 100644 --- a/Source/Project64/N64 System/C Core/r4300i Commands.cpp +++ b/Source/Project64/N64 System/C Core/r4300i Commands.cpp @@ -17,18 +17,15 @@ BOOL InR4300iCommandsWindow = FALSE; char CommandName[100]; void SetR4300iCommandToStepping ( void ) -{ - +{ } void SetR4300iCommandViewto ( UINT /*NewLocation*/ ) { - } void __cdecl Enter_R4300i_Commands_Window ( void ) { - } char strLabelName[100];