Skip to content

Commit 85c98b6

Browse files
committed
clang
1 parent e128f49 commit 85c98b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/arduino/msc/Adafruit_USBD_MSC.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ int32_t tud_msc_scsi_cb(uint8_t lun, const uint8_t scsi_cmd[16], void *buffer,
220220
}
221221

222222
// copy response to stack's buffer if any
223-
if (response && (resplen > 0) ) {
223+
if (response && (resplen > 0)) {
224224
memcpy(buffer, response, resplen);
225225
}
226226

0 commit comments

Comments
 (0)