[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2023-09-25 15:05:28 +00:00
parent 442bca834e
commit 70f3a40fe1

View File

@@ -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);
}
}