Skip to content

Commit

Permalink
Adjusted code formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasecoulls committed Oct 5, 2023
1 parent 8697920 commit fb73623
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion LogBazooka/HexDumper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ std::wstring HexView(std::wstring source, size_t size)
{
hex += L" - ";
}

}

// Pad with 00's if the chunk is not full.
Expand Down
1 change: 1 addition & 0 deletions LogBazooka/LogRoutines.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ std::string int_to_hex(int i)
return stream.str();
}


BOOL FileExists(LPCTSTR szPath)
{
DWORD dwAttrib = GetFileAttributes(szPath);
Expand Down

0 comments on commit fb73623

Please sign in to comment.