mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-23 23:04:36 +01:00
Indent preprocessor directives
This commit is contained in:
committed by
Hielke Morsink
parent
b02dfdbc93
commit
d787872cbe
@@ -9,13 +9,13 @@
|
||||
|
||||
#ifndef DISABLE_NETWORK
|
||||
|
||||
#include "NetworkKey.h"
|
||||
# include "NetworkKey.h"
|
||||
|
||||
#include "../Diagnostic.h"
|
||||
#include "../core/Crypt.h"
|
||||
#include "../core/IStream.hpp"
|
||||
# include "../Diagnostic.h"
|
||||
# include "../core/Crypt.h"
|
||||
# include "../core/IStream.hpp"
|
||||
|
||||
#include <vector>
|
||||
# include <vector>
|
||||
|
||||
NetworkKey::NetworkKey()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user