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.
This commit is contained in:
Léo Lam
2016-09-18 23:27:10 +02:00
parent 58d0e22354
commit 5d00915d37
2 changed files with 0 additions and 2 deletions

View File

@ -33,7 +33,6 @@
namespace Common
{
#if !defined(_WIN32)
#include <unistd.h>
static uintptr_t RoundPage(uintptr_t addr)