mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 05:05:19 -05:00
sys: Reformat all
This commit is contained in:
@@ -25,12 +25,12 @@ int test(int argc, char **argv) {
|
||||
|
||||
if (test.shouldFail) {
|
||||
switch (result) {
|
||||
case EXIT_SUCCESS:
|
||||
return EXIT_FAILURE;
|
||||
case EXIT_FAILURE:
|
||||
return EXIT_SUCCESS;
|
||||
default:
|
||||
return result;
|
||||
case EXIT_SUCCESS:
|
||||
return EXIT_FAILURE;
|
||||
case EXIT_FAILURE:
|
||||
return EXIT_SUCCESS;
|
||||
default:
|
||||
return result;
|
||||
}
|
||||
} else {
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user