mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-23 06:44:38 +01:00
Indent preprocessor directives
This commit is contained in:
committed by
Hielke Morsink
parent
b02dfdbc93
commit
d787872cbe
@@ -9,11 +9,11 @@
|
||||
|
||||
#ifdef __ANDROID__
|
||||
|
||||
#include "IStream.hpp"
|
||||
#include "Zip.h"
|
||||
# include "IStream.hpp"
|
||||
# include "Zip.h"
|
||||
|
||||
#include <SDL.h>
|
||||
#include <jni.h>
|
||||
# include <SDL.h>
|
||||
# include <jni.h>
|
||||
|
||||
class ZipArchive final : public IZipArchive
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user