mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
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:
parent
58d0e22354
commit
5d00915d37
2 changed files with 0 additions and 2 deletions
|
@ -9,7 +9,6 @@
|
|||
|
||||
namespace Common
|
||||
{
|
||||
|
||||
void* AllocateExecutableMemory(size_t size, bool low = true);
|
||||
void* AllocateMemoryPages(size_t size);
|
||||
void FreeMemoryPages(void* ptr, size_t size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue