From f71212bbc71ff3c21fcfc2aa8c3809101555ebc0 Mon Sep 17 00:00:00 2001 From: Phillip Burgess Date: Mon, 26 Dec 2022 10:34:14 -0800 Subject: [PATCH] clang-format --- src/NMEA_data.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/NMEA_data.cpp b/src/NMEA_data.cpp index 83b60c4..ab1eee0 100644 --- a/src/NMEA_data.cpp +++ b/src/NMEA_data.cpp @@ -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)); } }