2
0
mirror of https://github.com/Genymobile/scrcpy synced 2025-08-31 06:15:25 +00:00

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)"); "path in the ADB environment variable)");
break; break;
case PROCESS_SUCCESS: case PROCESS_SUCCESS:
/* do nothing */ // do nothing
break; break;
} }
} }