mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-26 08:14:38 +01:00
clang-format: change IndentPPDirectives to BeforeHash (#23287)
This commit is contained in:
@@ -9,11 +9,11 @@
|
||||
|
||||
#ifndef DISABLE_NETWORK
|
||||
|
||||
# include "NetworkPacket.h"
|
||||
#include "NetworkPacket.h"
|
||||
|
||||
# include "NetworkTypes.h"
|
||||
#include "NetworkTypes.h"
|
||||
|
||||
# include <memory>
|
||||
#include <memory>
|
||||
|
||||
NetworkPacket::NetworkPacket(NetworkCommand id) noexcept
|
||||
: Header{ 0, id }
|
||||
|
||||
Reference in New Issue
Block a user