chiark
/
gitweb
/
~mdw
/
catacomb-python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6640e06
)
algorithms.c: Delete pointless line break.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 1 Oct 2019 10:41:28 +0000
(11:41 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 1 Oct 2019 20:51:10 +0000
(21:51 +0100)
algorithms.c
patch
|
blob
|
blame
|
history
diff --git
a/algorithms.c
b/algorithms.c
index e6dbe21a98b0768b01e5095f59a222c1b6e04426..2a3bece470ab4900de1aff98b8f06f6e9e85f4d5 100644
(file)
--- a/
algorithms.c
+++ b/
algorithms.c
@@
-2667,8
+2667,7
@@
typedef struct kxvik_pyobj {
unsigned n;
} kxvik_pyobj;
-static PyObject *kxvik_pynew(PyTypeObject *ty,
- PyObject *arg, PyObject *kw)
+static PyObject *kxvik_pynew(PyTypeObject *ty, PyObject *arg, PyObject *kw)
{
unsigned n = 24;
kxvik_pyobj *rc = 0;