From 53cd7d12c98d961041d95ef0d3952952d9fd5db7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Manuel=20G=C3=BCnther?= <siebenkopf@googlemail.com>
Date: Tue, 24 Oct 2017 17:27:46 +0200
Subject: [PATCH] Aligned spaces

---
 setup.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index 4d92b64f..ca69ef78 100644
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ setup(
       ],
 
       'bob.bio.database': [
-        'dummy              = bob.bio.base.test.dummy.database:database', # for test purposes only
+        'dummy             = bob.bio.base.test.dummy.database:database', # for test purposes only
       ],
 
       'bob.bio.preprocessor': [
@@ -124,7 +124,7 @@ setup(
       ],
       # declare database to bob
       'bob.db': [
-        'bio_filelist = bob.bio.base.database.filelist.driver:Interface',
+        'bio_filelist      = bob.bio.base.database.filelist.driver:Interface',
       ],
    },
 
-- 
GitLab