usb_device-msd test: astyle fix

pull/11023/head
Maciej Bocianski 2019-06-19 15:37:09 +02:00 committed by Evelyne Donnaes
parent b28c37684f
commit 7d0e7a65c7
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);