summaryrefslogtreecommitdiff
path: root/Source/Core/Common/MemoryUtil.cpp
diff options
context:
space:
mode:
authorLéo Lam <leo@innovatetechnologi.es>2016-09-18 23:27:10 +0200
committerLéo Lam <leo@innovatetechnologi.es>2016-09-24 21:09:31 +0200
commitc59b7050d94fe134601290cd36d03df63d0ae25b (patch)
tree2c58e2d4a5b78e50c5807643e84f158a4fbc6598 /Source/Core/Common/MemoryUtil.cpp
parent58d0e223547dd111d3e8975ad6ff7f1988fbddfe (diff)
MemoryUtil: Fix formatting
clang-format really *wants* the two empty lines to be removed; otherwise, it will always flag MemoryUtil as needing formatting changes which is an annoyance when it is used as a git filter driver.
Diffstat (limited to 'Source/Core/Common/MemoryUtil.cpp')
-rw-r--r--Source/Core/Common/MemoryUtil.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/Common/MemoryUtil.cpp b/Source/Core/Common/MemoryUtil.cpp
index ce0d38cbcb..0c079a15b3 100644
--- a/Source/Core/Common/MemoryUtil.cpp
+++ b/Source/Core/Common/MemoryUtil.cpp
@@ -33,7 +33,6 @@
namespace Common
{
-
#if !defined(_WIN32)
#include <unistd.h>
static uintptr_t RoundPage(uintptr_t addr)