Skip to content

Commit

Permalink
dmaheap: fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
tomba committed Aug 30, 2024
1 parent 86f2c26 commit 52f4f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pixutils/dmaheap.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def __init__(self, name: str):
weakref.finalize(self, os.close, self.fd)

def alloc(self, length: int):
# pylint: disable=attribute-defined-outside-init
# pylint: disable=attribute-defined-outside-init
buf_data = struct_dma_heap_allocation_data()
buf_data.len = length
buf_data.fd_flags = os.O_CLOEXEC | os.O_RDWR
Expand Down

0 comments on commit 52f4f3d

Please sign in to comment.