Assembly: Apply pre-commit to Assembly files

This commit is contained in:
Chris Hennes
2023-08-31 12:49:30 -05:00
parent 031980a10d
commit e6d148a4df
3 changed files with 16 additions and 35 deletions

View File

@@ -27,22 +27,22 @@
#define ASSEMBLY_GLOBAL_H
// Assembly
// Assembly
#ifndef AssemblyExport
#ifdef Assembly_EXPORTS
# define AssemblyExport FREECAD_DECL_EXPORT
#define AssemblyExport FREECAD_DECL_EXPORT
#else
# define AssemblyExport FREECAD_DECL_IMPORT
#define AssemblyExport FREECAD_DECL_IMPORT
#endif
#endif
// AssemblyGui
#ifndef AssemblyGuiExport
#ifdef AssemblyGui_EXPORTS
# define AssemblyGuiExport FREECAD_DECL_EXPORT
#define AssemblyGuiExport FREECAD_DECL_EXPORT
#else
# define AssemblyGuiExport FREECAD_DECL_IMPORT
#define AssemblyGuiExport FREECAD_DECL_IMPORT
#endif
#endif
#endif //ASSEMBLY_GLOBAL_H
#endif// ASSEMBLY_GLOBAL_H