From ab0e94cd8447c58a8c35d7d79c86fba67ce6369e Mon Sep 17 00:00:00 2001 From: Tyeth Gundry Date: Thu, 15 Dec 2022 23:10:12 +0000 Subject: [PATCH] clang tidy --- Adafruit_Sensor.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Adafruit_Sensor.h b/Adafruit_Sensor.h index 0054af8..c18489f 100755 --- a/Adafruit_Sensor.h +++ b/Adafruit_Sensor.h @@ -138,10 +138,11 @@ typedef struct { float current; /**< current in milliamps (mA) */ float voltage; /**< voltage in volts (V) */ float tvoc; /**< Total Volatile Organic Compounds, in ppb */ - int32_t voc_index; /**< VOC (Volatile Organic Compound) index where 100 is normal */ - int32_t nox_index; /**< NOx (Nitrogen Oxides) index where 100 is normal */ - sensors_color_t color; /**< color in RGB component values */ - }; ///< Union for the wide ranges of data we can carry + int32_t voc_index; /**< VOC (Volatile Organic Compound) index where 100 is + normal */ + int32_t nox_index; /**< NOx (Nitrogen Oxides) index where 100 is normal */ + sensors_color_t color; /**< color in RGB component values */ + }; ///< Union for the wide ranges of data we can carry } sensors_event_t; /* Sensor details (40 bytes) */