All: Reformat according to new standard

This commit is contained in:
pre-commit-ci[bot]
2025-11-11 13:49:01 +01:00
committed by Kacper Donat
parent ef997f2259
commit 9fe130cd73
2390 changed files with 154630 additions and 115818 deletions

View File

@@ -25,7 +25,7 @@
#include "../FCConfig.h"
#if HAVE_CONFIG_H
#include <config.h>
# include <config.h>
#endif // HAVE_CONFIG_H
#include <cstdio>
@@ -44,9 +44,9 @@
using App::Application;
using Base::Console;
const char sBanner[] =
"(C) 2001-2025 FreeCAD contributors\n"
"FreeCAD is free and open-source software licensed under the terms of LGPL2+ license.\n\n";
const char sBanner[]
= "(C) 2001-2025 FreeCAD contributors\n"
"FreeCAD is free and open-source software licensed under the terms of LGPL2+ license.\n\n";
int main(int argc, char** argv)
{