8000 clang tidy · adafruit/Adafruit_Sensor@ab0e94c · GitHub
[go: up one dir, main page]

Skip to content

Commit ab0e94c

Browse files
authored
clang tidy
1 parent 7d15c6f commit ab0e94c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Adafruit_Sensor.h

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,11 @@ typedef struct {
138138
float current; /**< current in milliamps (mA) */
139139
float voltage; /**< voltage in volts (V) */
140140
float tvoc; /**< Total Volatile Organic Compounds, in ppb */
141-
int32_t voc_index; /**< VOC (Volatile Organic Compound) index where 100 is normal */
142-
int32_t nox_index; /**< NOx (Nitrogen Oxides) index where 100 is normal */
143-
sensors_color_t color; /**< color in RGB component values */
144-
}; ///< Union for the wide ranges of data we can carry
141+
int32_t voc_index; /**< VOC (Volatile Organic Compound) index where 100 is
142+
normal */
143+
int32_t nox_index; /**< NOx (Nitrogen Oxides) index where 100 is normal */
144+
sensors_color_t color; /**< color in RGB component values */
145+
}; ///< Union for the wide ranges of data we can carry
145146
} sensors_event_t;
146147

147148
/* Sensor details (40 bytes) */

0 commit comments

Comments
 (0)
0