Skip to content

Commit

Permalink
pkg: remove empty trailing lines in ebuild/xml modules
Browse files Browse the repository at this point in the history
  • Loading branch information
radhermit committed Jul 4, 2024
1 parent 517d082 commit e17238b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions src/pkgcraft/pkg/ebuild/xml.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,3 @@ cdef class Upstream(Indirect):

@staticmethod
cdef Upstream from_ptr(C.Upstream *)


3 changes: 0 additions & 3 deletions src/pkgcraft/pkg/ebuild/xml.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,3 @@ cdef class Upstream(Indirect):
inst.doc = cstring_to_str(u.doc, free=False)
C.pkgcraft_pkg_ebuild_upstream_free(u)
return inst



0 comments on commit e17238b

Please sign in to comment.