[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
committed by
WandererFan
parent
a207d11fa4
commit
e92ed45df9
@@ -78,7 +78,7 @@ public:
|
||||
add_varargs_method("registerServerFirewall",
|
||||
&Module::registerServerFirewall,
|
||||
"registerServerFirewall(callable(string)) -- Register a firewall.");
|
||||
initialize("This module is the Web module.");// register with Python
|
||||
initialize("This module is the Web module."); // register with Python
|
||||
}
|
||||
|
||||
private:
|
||||
@@ -175,7 +175,7 @@ PyObject* initModule()
|
||||
return Base::Interpreter().addModule(new Module);
|
||||
}
|
||||
|
||||
}// namespace Web
|
||||
} // namespace Web
|
||||
|
||||
|
||||
/* Python entry */
|
||||
|
||||
@@ -38,6 +38,6 @@
|
||||
#include <QCoreApplication>
|
||||
#include <QTcpSocket>
|
||||
|
||||
#endif//_PreComp_
|
||||
#endif //_PreComp_
|
||||
|
||||
#endif
|
||||
|
||||
@@ -101,6 +101,6 @@ private:
|
||||
Py::Object module;
|
||||
};
|
||||
|
||||
}// namespace Web
|
||||
} // namespace Web
|
||||
|
||||
#endif// Web_SERVER_H
|
||||
#endif // Web_SERVER_H
|
||||
|
||||
Reference in New Issue
Block a user