Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ASpoonPlaysGames committed Dec 18, 2023
1 parent 8bf0a1b commit 84108ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion NorthstarDLL/logging/crashhandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,9 @@ void CCrashHandler::FormatFloatReg(const CHAR* pszRegister, M128A nValue)
static_cast<DWORD>(nValue.High & UINT_MAX),
static_cast<DWORD>(nValue.High >> 32)};

Error(eLog::NS, NO_ERROR,
Error(
eLog::NS,
NO_ERROR,
"\t%s: [ %f, %f, %f, %f ]; [ 0x%x, 0x%x, 0x%x, 0x%x ]\n",
pszRegister,
static_cast<float>(nVec[0]),
Expand Down

0 comments on commit 84108ce

Please sign in to comment.