mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-04-26 04:07:02 +00:00
clangformat cleanup
This commit is contained in:
@@ -107,8 +107,7 @@ PyMODINIT_FUNC PyInit_emb(void)
|
||||
PyObject *m = PyModule_Create(&embmodule);
|
||||
if (m) {
|
||||
Py_INCREF(&StdoutType);
|
||||
PyModule_AddObject(m, "Stdout",
|
||||
reinterpret_cast<PyObject *>(&StdoutType));
|
||||
PyModule_AddObject(m, "Stdout", reinterpret_cast<PyObject *>(&StdoutType));
|
||||
}
|
||||
return m;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user