[Project64] Clean up eol blank space InterpreterOps.cpp

This commit is contained in:
zilmar 2017-04-24 07:30:49 +10:00
parent e400d42ff6
commit b4fa83e0ad
1 changed files with 18 additions and 18 deletions

View File

@ -2587,7 +2587,7 @@ __inline void Double_RoundToInteger32(int32_t * Dest, const double * Source, int
else if (RoundType == FE_DOWNWARD) { *Dest = floor(*Source); } else if (RoundType == FE_DOWNWARD) { *Dest = floor(*Source); }
else else
{ {
g_Notify->BreakPoint(__FILE__,__LINE__); g_Notify->BreakPoint(__FILE__, __LINE__);
} }
#pragma warning(pop) #pragma warning(pop)
@ -2604,7 +2604,7 @@ __inline void Double_RoundToInteger64(int64_t * Dest, const double * Source, int
else if (RoundType == FE_DOWNWARD) { *Dest = floor(*Source); } else if (RoundType == FE_DOWNWARD) { *Dest = floor(*Source); }
else else
{ {
g_Notify->BreakPoint(__FILE__,__LINE__); g_Notify->BreakPoint(__FILE__, __LINE__);
} }
#pragma warning(pop) #pragma warning(pop)