Skip to content

Commit d129e08

Browse files
author
Release Manager
committed
gh-39087: remove final empty lines in pxd/pxi files
remove the final empty lines `W391 blank line at end of file` in some pxd and pxi files ### 📝 Checklist - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. URL: #39087 Reported by: Frédéric Chapoton Reviewer(s): Martin Rubey
2 parents 3624943 + 99527be commit d129e08

34 files changed

+3
-37
lines changed

build/pkgs/configure/checksums.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
tarball=configure-VERSION.tar.gz
2-
sha1=62eedaff4c03b55fdd6f8e1242026226adbf3a16
3-
sha256=54036d6435218ce1daa7d5d512e1bfd74d3713ed5745d5c49ee1f5e6122a25de
2+
sha1=2ddf97fb44945c5e863332a2e9494438fff85b4d
3+
sha256=6c6f918459bb21c82fb015722ed46bd2f43a4fb3ab60f38666e3332a7eebf33b
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
f6ad0ecf1f4a269f5954d5487336b13f70624594
1+
d305e8b32fe1977ea75b3a58198aa0d3dd60e2f9

src/sage/coding/binary_code.pxd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,3 @@ cdef class BinaryCodeClassifier:
115115

116116
cdef void record_automorphism(self, int *, int) noexcept
117117
cdef void aut_gp_and_can_label(self, BinaryCode, int) noexcept
118-

src/sage/combinat/permutation_cython.pxd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@ cpdef list left_action_same_n(list l, list r)
88
cpdef list right_action_same_n(list l, list r)
99
cpdef list left_action_product(list l, list r)
1010
cpdef list right_action_product(list l, list r)
11-

src/sage/combinat/rigged_configurations/rigged_partition.pxd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ cdef class RiggedPartition(SageObject):
1212

1313
cdef class RiggedPartitionTypeB(RiggedPartition):
1414
pass
15-

src/sage/data_structures/bitset.pxd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,3 @@ cdef class Bitset(FrozenBitset):
3737
cpdef discard(self, unsigned long n)
3838
cpdef pop(self)
3939
cpdef clear(self)
40-

src/sage/groups/group.pxd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@ cdef class FiniteGroup(Group):
1111

1212
cdef class AlgebraicGroup(Group):
1313
pass
14-

src/sage/groups/old.pxd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@ cdef class FiniteGroup(Group):
1111

1212
cdef class AlgebraicGroup(Group):
1313
pass
14-

src/sage/groups/perm_gps/partn_ref/canonical_augmentation.pxd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,3 @@ cdef iterator *setup_canonical_generator(int degree,
8282
iterator *cangen_prealloc) except NULL
8383

8484
cdef iterator *start_canonical_generator(StabilizerChain *, void *, int, iterator *) except NULL
85-

src/sage/groups/perm_gps/partn_ref/refinement_matrices.pxd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,3 @@ cdef class MatrixStruct:
2828
cdef int refine_matrix(PartitionStack *, void *, int *, int) noexcept
2929
cdef int compare_matrices(int *, int *, void *, void *, int) noexcept
3030
cdef bint all_matrix_children_are_equivalent(PartitionStack *, void *) noexcept
31-

0 commit comments

Comments
 (0)