From de2b88ca7e950b6d28b63fb1dab3f742102acba7 Mon Sep 17 00:00:00 2001 From: "Derek \"Turtle\" Roe" Date: Wed, 17 Mar 2021 22:37:19 -0500 Subject: [PATCH] Update DMALog.cpp Add newline --- Source/Project64/UserInterface/Debugger/DMALog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Project64/UserInterface/Debugger/DMALog.cpp b/Source/Project64/UserInterface/Debugger/DMALog.cpp index ee457a89b..924d29300 100644 --- a/Source/Project64/UserInterface/Debugger/DMALog.cpp +++ b/Source/Project64/UserInterface/Debugger/DMALog.cpp @@ -98,4 +98,4 @@ DMALOGENTRY* CDMALog::GetEntryByRomAddress(uint32_t romAddr, uint32_t* lpRamAddr *lpRamAddr = lpEntry->ramAddr + *lpOffset; return lpEntry; -} \ No newline at end of file +}