summaryrefslogtreecommitdiffhomepage
path: root/tooling
diff options
context:
space:
mode:
Diffstat (limited to 'tooling')
-rw-r--r--tooling/fsck.hefs.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/tooling/fsck.hefs.cc b/tooling/fsck.hefs.cc
index d566e2a6..05cf0660 100644
--- a/tooling/fsck.hefs.cc
+++ b/tooling/fsck.hefs.cc
@@ -8,8 +8,8 @@
#include <cstdlib>
int main(int argc, char** argv) {
- (void)(argc);
- (void)(argv);
+ (void) (argc);
+ (void) (argv);
- return EXIT_FAILURE;
+ return EXIT_FAILURE;
} \ No newline at end of file