Skip to content

Commit d5b88fd

Browse files
committed
fix clang spaces
1 parent 0e28b6d commit d5b88fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/arduino/Adafruit_USBD_Device.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ uint8_t Adafruit_USBD_Device::getSerialDescriptor(uint16_t *serial_utf16) {
309309
}
310310

311311
return 2 * serial_len;
312-
}else{
312+
} else {
313313
return strcpy_utf16(_desc_str_arr[STRID_SERIAL], serial_utf16 + 1, 32);
314314
}
315315
}

0 commit comments

Comments
 (0)