Skip to content

Commit 0f18c5c

Browse files
committed
clang!
1 parent da6827a commit 0f18c5c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Adafruit_Sensor.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,9 @@ typedef struct {
172172
the air (Ohms) */
173173
float unitless_percent; /**<Percentage, unit-less (%) */
174174
sensors_color_t color; /**< color in RGB component values */
175-
float altitude; /**< Distance between a reference datum and a point or object, in meters. */
176-
}; ///< Union for the wide ranges of data we can carry
175+
float altitude; /**< Distance between a reference datum and a point or
176+
object, in meters. */
177+
}; ///< Union for the wide ranges of data we can carry
177178
} sensors_event_t;
178179

179180
/* Sensor details (40 bytes) */

0 commit comments

Comments
 (0)