From fb790b07aeba8e22e4190cf3e1834d11ecde6c96 Mon Sep 17 00:00:00 2001 From: Amlal Date: Fri, 25 Apr 2025 13:08:33 +0200 Subject: dev: better .clang-format, ran format command. Signed-off-by: Amlal --- public/tools/cc/src/CommandLine.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'public/tools/cc/src/CommandLine.cc') 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; } -- cgit v1.2.3