summaryrefslogtreecommitdiffhomepage
path: root/public/tools/mk.hefs/src/CommandLine.cc
diff options
context:
space:
mode:
Diffstat (limited to 'public/tools/mk.hefs/src/CommandLine.cc')
-rw-r--r--public/tools/mk.hefs/src/CommandLine.cc9
1 files changed, 4 insertions, 5 deletions
diff --git a/public/tools/mk.hefs/src/CommandLine.cc b/public/tools/mk.hefs/src/CommandLine.cc
index 0c30e1b1..dd8be97f 100644
--- a/public/tools/mk.hefs/src/CommandLine.cc
+++ b/public/tools/mk.hefs/src/CommandLine.cc
@@ -8,10 +8,9 @@
/// @brief Placeholder program.
-SInt32 _NeMain(SInt32 argc, Char* argv[])
-{
- SCI_UNUSED(argc);
- SCI_UNUSED(argv);
+SInt32 _NeMain(SInt32 argc, Char* argv[]) {
+ SCI_UNUSED(argc);
+ SCI_UNUSED(argv);
- return EXIT_FAILURE;
+ return EXIT_FAILURE;
}