usb_device-msd test: astyle fix

pull/10767/head
Maciej Bocianski 2019-06-19 15:37:09 +02:00
parent 855a6ddbfd
commit 60ef4a0854
1 changed files with 2 additions and 2 deletions

View File

@ -345,8 +345,8 @@ void mount_unmount_test(BlockDevice *bd, FileSystem *fs)
usb.disconnect();
}
#else
// unmount
usb.disconnect();
// unmount
usb.disconnect();
#endif
// check if device is detached on host side
greentea_send_kv("check_if_not_mounted", 0);