mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-19 20:25:29 +08:00
clang-format src
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#define BLACKSIMPLUGIN_FSX_SIMCONNECTWINDOWS_H
|
||||
|
||||
#ifndef NOMINMAX
|
||||
#define NOMINMAX
|
||||
# define NOMINMAX
|
||||
#endif
|
||||
|
||||
// clash with struct interface in objbase.h used to happen
|
||||
@@ -21,9 +21,9 @@
|
||||
//! adding struct SIMCONNECT_DATA_PBH not existing in SimConnect FSX
|
||||
struct SIMCONNECT_DATA_PBH
|
||||
{
|
||||
double Pitch; //!< pitch
|
||||
double Bank; //!< bank
|
||||
double Heading; //!< heading
|
||||
double Pitch; //!< pitch
|
||||
double Bank; //!< bank
|
||||
double Heading; //!< heading
|
||||
};
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user