Cleanup: blank lines over doxy headers

This commit is contained in:
2019-01-26 21:43:24 +11:00
parent 1e4aab36c2
commit f20dbc293f
54 changed files with 0 additions and 175 deletions

View File

@@ -1248,7 +1248,6 @@ bool PyC_RunString_AsString(const char *imports[], const char *expr, const char
#endif /* #ifndef MATH_STANDALONE */
/* -------------------------------------------------------------------- */
/** \name Int Conversion
*
* \note Python doesn't provide overflow checks for specific bit-widths.
@@ -1340,7 +1339,6 @@ uint32_t PyC_Long_AsU32(PyObject *value)
*/
/* -------------------------------------------------------------------- */
/** \name Py_buffer Utils
*
* \{ */