Skip to content

Commit 96bea4c

Browse files
committed
Clean trailing space
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
1 parent 2c67bb8 commit 96bea4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/STM32L475VG-DISCOVERY-IOT/BTLE_sensors_TimeOfFlight_demo/BTLE_sensors_TimeOfFlight_demo.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ boolean swipe_detected() {
122122
int gesture_code;
123123
int status;
124124
boolean ret = false;
125-
125+
126126
sensor_vl53l0x->StartMeasurement();
127127

128128
int top_done = 0;
@@ -339,7 +339,7 @@ void setup() {
339339

340340
/* Configure the User Button in GPIO Mode */
341341
pinMode(USER_BTN, INPUT);
342-
342+
343343
// Initialize I2C bus.
344344
dev_i2c = new TwoWire(I2C2_SDA, I2C2_SCL);
345345
dev_i2c->begin();

0 commit comments

Comments
 (0)