Workaround for breaking change in clang-format 15

This commit is contained in:
Carles Fernandez 2022-11-25 10:47:06 +01:00
parent 4e533deb16
commit be8a0a2a5a
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,7 @@ extern "C"
ENUMERATED_t latitudeSign;
long latitude;
long longitude;
// clang-format off
struct uncertainty
{
long uncertaintySemiMajor;
@ -46,6 +47,7 @@ extern "C"
/* Context for parsing across buffer boundaries */
asn_struct_ctx_t _asn_ctx;
} * uncertainty;
// clang-format on
long *confidence /* OPTIONAL */;
struct AltitudeInfo *altitudeInfo /* OPTIONAL */;
/*