Remove more trailing spaces

This commit is contained in:
Khairul Kasmiran 2018-06-19 10:22:16 +08:00 committed by Khairul Azhar Kasmiran
parent cb7c7e0d35
commit 09a6a26b16

View File

@ -655,11 +655,11 @@ int main(int argc, char **argv) {
case 'u': bin->filter = 0; break;
case 'k': query = optarg; break;
case 'K': chksum = optarg; break;
case 'c':
case 'c':
if (is_active (R_BIN_REQ_CLASSES)) {
rad = R_CORE_BIN_CLASSDUMP;
} else {
set_action (R_BIN_REQ_CLASSES);
set_action (R_BIN_REQ_CLASSES);
}
break;
case 'f': arch_name = strdup (optarg); break;