Fix comment style
For consistency.
This commit is contained in:
parent
a56045dd80
commit
3ee9560ece
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue