Skip to content

Commit a544ea2

Browse files
committed
Undoing the whitespace patches which sneaked into the earlier patch.
1 parent ad7c98e commit a544ea2

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Doc/api/api.tex

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
\input{boilerplate}
66

7-
\makeindex % tell \index to actually write the .idx file
7+
\makeindex % tell \index to actually write the .idx file
88

99

1010
\begin{document}
@@ -3788,14 +3788,14 @@ \subsection{CObjects \label{cObjects}}
37883788
\end{cfuncdesc}
37893789

37903790
\begin{cfuncdesc}{PyObject*}{PyCObject_FromVoidPtr}{void* cobj,
3791-
void (*destr)(void *)}
3791+
void (*destr)(void *)}
37923792
Creates a \ctype{PyCObject} from the \code{void *}\var{cobj}. The
37933793
\var{destr} function will be called when the object is reclaimed, unless
37943794
it is \NULL.
37953795
\end{cfuncdesc}
37963796

37973797
\begin{cfuncdesc}{PyObject*}{PyCObject_FromVoidPtrAndDesc}{void* cobj,
3798-
void* desc, void (*destr)(void *, void *) }
3798+
void* desc, void (*destr)(void *, void *) }
37993799
Creates a \ctype{PyCObject} from the \ctype{void *}\var{cobj}. The
38003800
\var{destr} function will be called when the object is reclaimed. The
38013801
\var{desc} argument can be used to pass extra callback data for the
@@ -4669,11 +4669,11 @@ \chapter{Defining New Object Types \label{newTypes}}
46694669
\end{cfuncdesc}
46704670

46714671
\begin{cfuncdesc}{PyObject*}{PyObject_Init}{PyObject *op,
4672-
PyTypeObject *type}
4672+
PyTypeObject *type}
46734673
\end{cfuncdesc}
46744674

46754675
\begin{cfuncdesc}{PyVarObject*}{PyObject_InitVar}{PyVarObject *op,
4676-
PyTypeObject *type, int size}
4676+
PyTypeObject *type, int size}
46774677
\end{cfuncdesc}
46784678

46794679
\begin{cfuncdesc}{\var{TYPE}*}{PyObject_New}{TYPE, PyTypeObject *type}
@@ -4917,6 +4917,6 @@ \section{Buffer Object Structures \label{buffer-structs}}
49174917
\chapter{Reporting Bugs}
49184918
\input{reportingbugs}
49194919

4920-
\input{api.ind} % Index -- must be last
4920+
\input{api.ind} % Index -- must be last
49214921

49224922
\end{document}

0 commit comments

Comments
 (0)