build-macos: clang-format

This commit is contained in:
sguo35
2022-03-29 00:51:14 -07:00
parent fae50a3c75
commit 51b2125ae7
+4 -2
View File
@@ -10,7 +10,8 @@
#include <windows.h>
#include "common/dynamic_library.h"
#elif defined(__linux__) || defined(__FreeBSD__) || defined(__APPLE__) // ^^^ Windows ^^^ vvv Linux vvv
#elif defined(__linux__) || defined(__FreeBSD__) || \
defined(__APPLE__) // ^^^ Windows ^^^ vvv Linux vvv
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
@@ -347,7 +348,8 @@ private:
std::unordered_map<size_t, size_t> placeholder_host_pointers; ///< Placeholder backing offset
};
#elif defined(__linux__) || defined(__FreeBSD__) || defined(__APPLE__) // ^^^ Windows ^^^ vvv Linux vvv
#elif defined(__linux__) || defined(__FreeBSD__) || \
defined(__APPLE__) // ^^^ Windows ^^^ vvv Linux vvv
class HostMemory::Impl {
public: