[Project64] Clean up eol blank space InterpreterOps.cpp
This commit is contained in:
parent
e400d42ff6
commit
b4fa83e0ad
|
@ -2587,7 +2587,7 @@ __inline void Double_RoundToInteger32(int32_t * Dest, const double * Source, int
|
|||
else if (RoundType == FE_DOWNWARD) { *Dest = floor(*Source); }
|
||||
else
|
||||
{
|
||||
g_Notify->BreakPoint(__FILE__,__LINE__);
|
||||
g_Notify->BreakPoint(__FILE__, __LINE__);
|
||||
}
|
||||
|
||||
#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
|
||||
{
|
||||
g_Notify->BreakPoint(__FILE__,__LINE__);
|
||||
g_Notify->BreakPoint(__FILE__, __LINE__);
|
||||
}
|
||||
|
||||
#pragma warning(pop)
|
||||
|
|
Loading…
Reference in New Issue