Fix trailing newlines

This commit is contained in:
luzpaz
2023-02-08 02:28:07 +00:00
committed by Uwe
parent 7f7fb62239
commit a40a5dcad2
4 changed files with 10 additions and 10 deletions

View File

@@ -178,7 +178,7 @@ using namespace Gui;
* One of the key concepts of the workbench framework is to load a module at runtime when the user needs some function that it
* provides. So, if the user doesn't need a module it never gets loaded into RAM. This speeds up the startup procedure of
* FreeCAD and saves memory.
*
*
* At startup FreeCAD scans all module directories and invokes InitGui.py. So an item for a workbench gets created. If the user
* clicks on such an item the matching module gets loaded, the C++ workbench gets registered and activated.
*