mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
Whitespace normalization; break a long line.
This commit is contained in:
parent
f39dafb10a
commit
0741f801ba
1 changed files with 40 additions and 39 deletions
|
@ -936,7 +936,8 @@ initossaudiodev(void)
|
||||||
|
|
||||||
m = Py_InitModule("ossaudiodev", ossaudiodev_methods);
|
m = Py_InitModule("ossaudiodev", ossaudiodev_methods);
|
||||||
|
|
||||||
OSSAudioError = PyErr_NewException("ossaudiodev.OSSAudioError", NULL, NULL);
|
OSSAudioError = PyErr_NewException("ossaudiodev.OSSAudioError",
|
||||||
|
NULL, NULL);
|
||||||
if (OSSAudioError) {
|
if (OSSAudioError) {
|
||||||
/* Each call to PyModule_AddObject decrefs it; compensate: */
|
/* Each call to PyModule_AddObject decrefs it; compensate: */
|
||||||
Py_INCREF(OSSAudioError);
|
Py_INCREF(OSSAudioError);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue