Fix comment style

For consistency.
This commit is contained in:
Romain Vimont 2019-05-31 22:33:39 +02:00
parent a56045dd80
commit 3ee9560ece

View file

@ -69,7 +69,7 @@ show_adb_err_msg(enum process_result err, const char *const argv[]) {
"path in the ADB environment variable)");
break;
case PROCESS_SUCCESS:
/* do nothing */
// do nothing
break;
}
}