Main: fix header uniformity + trailing whitespace
[skip ci]
This commit is contained in:
committed by
abdullahtahiriyo
parent
a8c3b239b8
commit
c52df25cf4
@@ -1,5 +1,5 @@
|
||||
/***************************************************************************
|
||||
* (c) Jürgen Riegel (juergen.riegel@web.de) 2008 *
|
||||
* Copyright (c) 2008 Jürgen Riegel <juergen.riegel@web.de> *
|
||||
* *
|
||||
* This file is part of the FreeCAD CAx development system. *
|
||||
* *
|
||||
@@ -10,17 +10,17 @@
|
||||
* for detail see the LICENCE text file. *
|
||||
* *
|
||||
* FreeCAD is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU Library General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU Library General Public *
|
||||
* License along with FreeCAD; if not, write to the Free Software *
|
||||
* License along with FreeCAD; if not, write to the Free Software *
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 *
|
||||
* USA *
|
||||
* *
|
||||
* Juergen Riegel 2002 *
|
||||
***************************************************************************/
|
||||
|
||||
#include <FCConfig.h>
|
||||
|
||||
#ifdef _PreComp_
|
||||
@@ -196,7 +196,7 @@ int main( int argc, char ** argv )
|
||||
App::Application::Config()["Console"] = "0";
|
||||
App::Application::Config()["LoggingConsole"] = "1";
|
||||
|
||||
// Inits the Application
|
||||
// Inits the Application
|
||||
#if defined (FC_OS_WIN32)
|
||||
App::Application::init(argc_, argv_.data());
|
||||
#else
|
||||
@@ -326,7 +326,7 @@ int main( int argc, char ** argv )
|
||||
// Destruction phase ===========================================================
|
||||
Base::Console().Log("%s terminating...\n",App::Application::Config()["ExeName"].c_str());
|
||||
|
||||
// cleans up
|
||||
// cleans up
|
||||
App::Application::destruct();
|
||||
|
||||
Base::Console().Log("%s completely terminated\n",App::Application::Config()["ExeName"].c_str());
|
||||
|
||||
Reference in New Issue
Block a user