mirror of
https://github.com/adafruit/Adafruit_GPS.git
synced 2026-07-27 19:57:17 +00:00
clang-format
This commit is contained in:
+3
-2
@@ -350,8 +350,9 @@ void Adafruit_GPS::initDataValue(nmea_index_t idx, char *label, char *fmt,
|
||||
val[idx].type = type;
|
||||
if ((int)(val[idx].type / 10) ==
|
||||
1) { // angle with sin/cos component recording
|
||||
initDataValue((nmea_index_t)(
|
||||
idx + 1)); // initialize the next two data values as well
|
||||
initDataValue(
|
||||
(nmea_index_t)(idx +
|
||||
1)); // initialize the next two data values as well
|
||||
initDataValue((nmea_index_t)(idx + 2));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user