1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 08:14:38 +01:00

Indent preprocessor directives

This commit is contained in:
clang-format
2018-07-21 16:17:06 +02:00
committed by Hielke Morsink
parent b02dfdbc93
commit d787872cbe
93 changed files with 923 additions and 921 deletions

View File

@@ -9,11 +9,11 @@
#ifndef DISABLE_NETWORK
#include "NetworkPacket.h"
# include "NetworkPacket.h"
#include "NetworkTypes.h"
# include "NetworkTypes.h"
#include <memory>
# include <memory>
std::unique_ptr<NetworkPacket> NetworkPacket::Allocate()
{