Skip to content

Commit 6ae2f1d

Browse files
Fix whitespace.
Co-authored-by: Adam Turner <[email protected]>
1 parent be0abd9 commit 6ae2f1d

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

Modules/_gdbmmodule.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ newgdbmobject(_gdbm_state *state, const char *file, int flags, int mode)
122122
}
123123

124124
/* Methods */
125-
126125
static void
127126
gdbm_dealloc(PyObject *op)
128127
{

Modules/arraymodule.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,6 @@ ins1(arrayobject *self, Py_ssize_t where, PyObject *v)
714714
}
715715

716716
/* Methods */
717-
718717
static void
719718
array_dealloc(PyObject *op)
720719
{

Modules/md5module.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ newMD5object(MD5State * st)
8282
}
8383

8484
/* Internal methods for a hash object */
85-
8685
static void
8786
MD5_dealloc(PyObject *op)
8887
{

Modules/sha1module.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ newSHA1object(SHA1State *st)
8181

8282

8383
/* Internal methods for a hash object */
84-
8584
static void
8685
SHA1_dealloc(PyObject *op)
8786
{

Modules/sha2module.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ newSHA512object(sha2_state *state)
164164
}
165165

166166
/* Internal methods for our hash objects. */
167-
168167
static void
169168
SHA256_dealloc(PyObject *op)
170169
{

0 commit comments

Comments
 (0)