mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-30 02:05:13 +01:00
clang-format: change IndentPPDirectives to BeforeHash (#23287)
This commit is contained in:
@@ -9,15 +9,15 @@
|
||||
|
||||
#ifndef DISABLE_NETWORK
|
||||
|
||||
# include "NetworkKey.h"
|
||||
#include "NetworkKey.h"
|
||||
|
||||
# include "../Diagnostic.h"
|
||||
# include "../core/Crypt.h"
|
||||
# include "../core/Guard.hpp"
|
||||
# include "../core/IStream.hpp"
|
||||
# include "../core/String.hpp"
|
||||
#include "../Diagnostic.h"
|
||||
#include "../core/Crypt.h"
|
||||
#include "../core/Guard.hpp"
|
||||
#include "../core/IStream.hpp"
|
||||
#include "../core/String.hpp"
|
||||
|
||||
# include <vector>
|
||||
#include <vector>
|
||||
|
||||
using namespace OpenRCT2;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user