From 7825dbdbceb648e6f93df2f30b9d6e10e4195a01 Mon Sep 17 00:00:00 2001 From: Uwe Date: Wed, 5 Oct 2022 03:05:48 +0200 Subject: [PATCH] [skip CI] [Part] some minor whitespaces and sorting --- src/Mod/Part/Gui/DlgExportStep.cpp | 2 +- src/Mod/Part/Gui/PreCompiled.h | 3 +-- src/Mod/Part/PartGlobal.h | 11 +++++------ 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/src/Mod/Part/Gui/DlgExportStep.cpp b/src/Mod/Part/Gui/DlgExportStep.cpp index 0a2cf97ca6..202eee11a1 100644 --- a/src/Mod/Part/Gui/DlgExportStep.cpp +++ b/src/Mod/Part/Gui/DlgExportStep.cpp @@ -25,9 +25,9 @@ # include # include # include -# include # include # include +# include # include #endif diff --git a/src/Mod/Part/Gui/PreCompiled.h b/src/Mod/Part/Gui/PreCompiled.h index d9a1379c9e..c2b4cc34a2 100644 --- a/src/Mod/Part/Gui/PreCompiled.h +++ b/src/Mod/Part/Gui/PreCompiled.h @@ -20,7 +20,6 @@ * * ***************************************************************************/ - #ifndef PARTGUI_PRECOMPILED_H #define PARTGUI_PRECOMPILED_H @@ -38,7 +37,7 @@ #ifdef FC_OS_WIN32 # ifndef NOMINMAX -# define NOMINMAX +# define NOMINMAX # endif # include #endif diff --git a/src/Mod/Part/PartGlobal.h b/src/Mod/Part/PartGlobal.h index d6d6cb773b..802ec14afa 100644 --- a/src/Mod/Part/PartGlobal.h +++ b/src/Mod/Part/PartGlobal.h @@ -25,26 +25,25 @@ #ifndef PART_GLOBAL_H #define PART_GLOBAL_H - // Part #ifndef PartExport #ifdef Part_EXPORTS -# define PartExport FREECAD_DECL_EXPORT +# define PartExport FREECAD_DECL_EXPORT #else -# define PartExport FREECAD_DECL_IMPORT +# define PartExport FREECAD_DECL_IMPORT #endif #endif #ifndef AttacherExport -#define AttacherExport PartExport +# define AttacherExport PartExport #endif // PartGui #ifndef PartGuiExport #ifdef PartGui_EXPORTS -# define PartGuiExport FREECAD_DECL_EXPORT +# define PartGuiExport FREECAD_DECL_EXPORT #else -# define PartGuiExport FREECAD_DECL_IMPORT +# define PartGuiExport FREECAD_DECL_IMPORT #endif #endif