[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
#endif
|
||||
|
||||
|
||||
// use a different name to CreateCommand()
|
||||
// use a different name to CreateCommand()
|
||||
void CreateFemCommands();
|
||||
|
||||
void loadFemResource()
|
||||
@@ -85,8 +85,9 @@ void loadFemResource()
|
||||
Gui::Translator::instance()->refresh();
|
||||
}
|
||||
|
||||
namespace FemGui {
|
||||
extern PyObject* initModule();
|
||||
namespace FemGui
|
||||
{
|
||||
extern PyObject* initModule();
|
||||
}
|
||||
|
||||
|
||||
@@ -186,4 +187,4 @@ PyMOD_INIT_FUNC(FemGui)
|
||||
// clang-format on
|
||||
|
||||
PyMOD_Return(mod);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user