[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2023-09-12 13:03:02 +00:00
committed by WandererFan
parent a207d11fa4
commit e92ed45df9
435 changed files with 2669 additions and 2645 deletions

View File

@@ -49,7 +49,7 @@
#if defined(__MINGW32__)
#if HAVE_CONFIG_H
#include <config.h>
#endif// HAVE_CONFIG_H
#endif // HAVE_CONFIG_H
#endif
#elif defined(__MWERKS__) && defined(__INTEL__)
#ifndef FC_OS_WIN32
@@ -162,7 +162,7 @@ typedef unsigned __int64 uint64_t;
// point at which warnings of overly long specifiers disabled (needed for VC6)
#ifdef _MSC_VER
#pragma warning(disable : 4251)
#pragma warning(disable : 4996)// suppress deprecated warning for e.g. open()
#pragma warning(disable : 4996) // suppress deprecated warning for e.g. open()
#if defined(WIN64) || defined(_WIN64) || defined(__WIN64__)
#pragma warning(disable : 4244)
#pragma warning(disable : 4267)
@@ -170,4 +170,4 @@ typedef unsigned __int64 uint64_t;
#endif
#endif// FC_CONFIG_H
#endif // FC_CONFIG_H