mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-22 22:34:33 +01:00
clang-format: change IndentPPDirectives to BeforeHash (#23287)
This commit is contained in:
@@ -9,16 +9,16 @@
|
||||
|
||||
#if !defined(DISABLE_NETWORK) && !defined(_WIN32)
|
||||
|
||||
# pragma GCC diagnostic push
|
||||
# pragma GCC diagnostic ignored "-Wdeprecated-declarations"
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
|
||||
|
||||
# include "Crypt.h"
|
||||
#include "Crypt.h"
|
||||
|
||||
# include <openssl/evp.h>
|
||||
# include <openssl/pem.h>
|
||||
# include <stdexcept>
|
||||
# include <string>
|
||||
# include <vector>
|
||||
#include <openssl/evp.h>
|
||||
#include <openssl/pem.h>
|
||||
#include <stdexcept>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
using namespace OpenRCT2::Crypt;
|
||||
|
||||
@@ -354,6 +354,6 @@ namespace OpenRCT2::Crypt
|
||||
}
|
||||
} // namespace OpenRCT2::Crypt
|
||||
|
||||
# pragma GCC diagnostic pop
|
||||
#pragma GCC diagnostic pop
|
||||
|
||||
#endif // DISABLE_NETWORK
|
||||
|
||||
Reference in New Issue
Block a user