From 43d8ee78c2f435e97ba88762a9932a1215ec6e58 Mon Sep 17 00:00:00 2001 From: Tom Lally Date: Sun, 28 Aug 2022 11:54:59 +0100 Subject: [PATCH] Cleanup blank lines --- src/Common/precompiled.h | 2 -- src/gui/MemorySearcherTool.h | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/Common/precompiled.h b/src/Common/precompiled.h index ec50da94..dfc02dda 100644 --- a/src/Common/precompiled.h +++ b/src/Common/precompiled.h @@ -177,8 +177,6 @@ inline sint16 _swapEndianS16(sint16 v) return (sint16)(((uint16)v >> 8) | ((uint16)v << 8)); } - - inline uint64 _umul128(uint64 multiplier, uint64 multiplicand, uint64 *highProduct) { unsigned __int128 x = (unsigned __int128)multiplier * (unsigned __int128)multiplicand; *highProduct = (x >> 64); diff --git a/src/gui/MemorySearcherTool.h b/src/gui/MemorySearcherTool.h index 55892f45..add9aced 100644 --- a/src/gui/MemorySearcherTool.h +++ b/src/gui/MemorySearcherTool.h @@ -199,8 +199,6 @@ bool MemorySearcherTool::ConvertStringToType(const char* inValue, sint8& outValu - - // //template //void MemorySearcherTool::FilterValues()