Spaces to tabs

This commit is contained in:
Ciro Santilli
2017-06-08 06:26:20 +01:00
parent 41dbf46531
commit 4c1b0e7891
7 changed files with 85 additions and 85 deletions

View File

@@ -14,9 +14,9 @@ int main(int argc, char **argv) {
puts("Usage ./prog mymodule");
return EXIT_FAILURE;
}
if (delete_module(argv[1], O_NONBLOCK) != 0) {
perror("delete_module");
return EXIT_FAILURE;
}
return EXIT_SUCCESS;
if (delete_module(argv[1], O_NONBLOCK) != 0) {
perror("delete_module");
return EXIT_FAILURE;
}
return EXIT_SUCCESS;
}