From a5276adc0f3dec3908d38cc2a29383c926ccb262 Mon Sep 17 00:00:00 2001
From: Iustin Pop <iusty@k1024.org>
Date: Wed, 16 May 2012 20:32:21 +0200
Subject: [PATCH] Fix missing whitespace (style)

---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 6b620ab..d472727 100755
--- a/debian/rules
+++ b/debian/rules
@@ -46,7 +46,7 @@ clean:
 
 install: build $(PYVERS:%=install-python%) $(PY3VERS:%=install-python%)
 	find $(DBGROOT) ! -type d ! -name '*_d.so' | xargs rm -f
-	find $(DBGROOT) -depth -empty -print0|xargs -r0 rmdir
+	find $(DBGROOT) -depth -empty -print0 | xargs -r0 rmdir
 
 install-python2%:
 	python2$* setup.py install --root $(PKGROOT) --install-layout=deb
-- 
2.39.5