summaryrefslogtreecommitdiffhomepage
path: root/public/tools/cc/src/CommandLine.cc
diff options
context:
space:
mode:
authorAmlal <amlal@nekernel.org>2025-04-25 13:08:33 +0200
committerAmlal <amlal@nekernel.org>2025-04-25 13:08:33 +0200
commitfb790b07aeba8e22e4190cf3e1834d11ecde6c96 (patch)
tree4cec7d1b321307b1d5935577631dae116a658a37 /public/tools/cc/src/CommandLine.cc
parent63a2d92c5dfe976175cda024ec01905d11b43738 (diff)
dev: better .clang-format, ran format command.
Signed-off-by: Amlal <amlal@nekernel.org>
Diffstat (limited to 'public/tools/cc/src/CommandLine.cc')
-rw-r--r--public/tools/cc/src/CommandLine.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/public/tools/cc/src/CommandLine.cc b/public/tools/cc/src/CommandLine.cc
index d9420c47..719a1555 100644
--- a/public/tools/cc/src/CommandLine.cc
+++ b/public/tools/cc/src/CommandLine.cc
@@ -8,8 +8,8 @@
/// @brief Placeholder program.
-SInt32 main(SInt32 argc, Char* argv[])
-{
- PrintOut(nullptr, "cc: A C++ compiler to be installed.\rcc: This program is present as a placeholder.");
- return EXIT_FAILURE;
+SInt32 main(SInt32 argc, Char* argv[]) {
+ PrintOut(nullptr,
+ "cc: A C++ compiler to be installed.\rcc: This program is present as a placeholder.");
+ return EXIT_FAILURE;
}