mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-02-23 22:40:07 +00:00
Workaround for breaking change in clang-format 15
This commit is contained in:
parent
4e533deb16
commit
be8a0a2a5a
@ -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 */;
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user