Skip to content

Commit 60ef4a0

Browse files
usb_device-msd test: astyle fix
1 parent 855a6dd commit 60ef4a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TESTS/usb_device/msd/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,8 +345,8 @@ void mount_unmount_test(BlockDevice *bd, FileSystem *fs)
345345
usb.disconnect();
346346
}
347347
#else
348-
// unmount
349-
usb.disconnect();
348+
// unmount
349+
usb.disconnect();
350350
#endif
351351
// check if device is detached on host side
352352
greentea_send_kv("check_if_not_mounted", 0);

0 commit comments

Comments
 (0)