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,15 +9,15 @@
|
||||
|
||||
#ifndef DISABLE_NETWORK
|
||||
|
||||
#include "NetworkUser.h"
|
||||
# include "NetworkUser.h"
|
||||
|
||||
#include "../core/Console.hpp"
|
||||
#include "../core/Json.hpp"
|
||||
#include "../core/Path.hpp"
|
||||
#include "../core/String.hpp"
|
||||
#include "../platform/platform.h"
|
||||
# include "../core/Console.hpp"
|
||||
# include "../core/Json.hpp"
|
||||
# include "../core/Path.hpp"
|
||||
# include "../core/String.hpp"
|
||||
# include "../platform/platform.h"
|
||||
|
||||
#include <unordered_set>
|
||||
# include <unordered_set>
|
||||
|
||||
constexpr const utf8* USER_STORE_FILENAME = "users.json";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user