1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-25 15:54:31 +01:00

clang-format: change IndentPPDirectives to BeforeHash (#23287)

This commit is contained in:
Aaron van Geffen
2024-11-29 12:04:56 +09:00
committed by GitHub
parent c8388002d9
commit 3685d1a24b
173 changed files with 1636 additions and 1636 deletions

View File

@@ -9,16 +9,16 @@
#ifdef __ANDROID__
# include "../Diagnostic.h"
# include "../platform/Platform.h"
# include "IStream.hpp"
# include "Memory.hpp"
# include "MemoryStream.h"
# include "Zip.h"
#include "../Diagnostic.h"
#include "../platform/Platform.h"
#include "IStream.hpp"
#include "Memory.hpp"
#include "MemoryStream.h"
#include "Zip.h"
# include <SDL.h>
# include <jni.h>
# include <string>
#include <SDL.h>
#include <jni.h>
#include <string>
using namespace OpenRCT2;