Skip to content
Snippets Groups Projects
Commit 8d16a4a6 authored by Anders Blomdell's avatar Anders Blomdell
Browse files

Whitespace cleanup

parent eb32a4cf
Branches master
No related tags found
No related merge requests found
...@@ -58,7 +58,3 @@ class HashTOC: ...@@ -58,7 +58,3 @@ class HashTOC:
setattr(self, k, v) setattr(self, k, v)
pass pass
pass pass
...@@ -74,7 +74,6 @@ class LOG: ...@@ -74,7 +74,6 @@ class LOG:
return b.decode(encoding, errors='surrogateescape') return b.decode(encoding, errors='surrogateescape')
self.decode = decode self.decode = decode
def __call__(self): def __call__(self):
with self.mutex: with self.mutex:
buf = os.read(self.fd, 4096) buf = os.read(self.fd, 4096)
......
...@@ -46,4 +46,3 @@ class TarReader: ...@@ -46,4 +46,3 @@ class TarReader:
def close(self): def close(self):
self.tarfile.close() self.tarfile.close()
self.tarfile = None self.tarfile = None
...@@ -92,5 +92,3 @@ diff -u \ ...@@ -92,5 +92,3 @@ diff -u \
# Check that deleted file exists in TRASH # Check that deleted file exists in TRASH
[ -f ${TESTDIR}/1/TRASH/*/${TESTFILE} ] [ -f ${TESTDIR}/1/TRASH/*/${TESTFILE} ]
...@@ -38,7 +38,6 @@ def reader(tar_reader): ...@@ -38,7 +38,6 @@ def reader(tar_reader):
print(e.linkname) print(e.linkname)
print(e.linkpath) print(e.linkpath)
pass pass
pass pass
pass pass
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment