mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-02-01 03:05:24 +01:00
clang-format: change IndentPPDirectives to BeforeHash (#23287)
This commit is contained in:
@@ -9,12 +9,12 @@
|
||||
|
||||
#ifdef ENABLE_SCRIPTING
|
||||
|
||||
# include "HookEngine.h"
|
||||
#include "HookEngine.h"
|
||||
|
||||
# include "../core/EnumMap.hpp"
|
||||
# include "ScriptEngine.h"
|
||||
#include "../core/EnumMap.hpp"
|
||||
#include "ScriptEngine.h"
|
||||
|
||||
# include <unordered_map>
|
||||
#include <unordered_map>
|
||||
|
||||
using namespace OpenRCT2::Scripting;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user