Skip to content

Commit 99527be

Browse files
committed
remove final empty lines in pxd/pxi files
1 parent 8a972c4 commit 99527be

32 files changed

+0
-34
lines changed

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-

src/sage/libs/gmp/mpq.pxd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,3 @@ cdef extern from "gmp.h":
5555
# Input and Output Functions
5656
# size_t mpq_out_str (file *stream, int base, mpq_t op)
5757
# size_t mpq_inp_str (mpq_t rop, file *stream, int base)
58-

src/sage/libs/m4ri.pxd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,4 +192,3 @@ cdef extern from "m4ri/m4ri.h":
192192
##################################
193193

194194
cdef void mzd_clear_bits(mzd_t *m, int x, int y, int n)
195-

0 commit comments

Comments
 (0)