From 49a61fa60d313bc5ca90e7a73da5398d90375387 Mon Sep 17 00:00:00 2001
From: Amir MOHAMMADI <amir.mohammadi@idiap.ch>
Date: Sat, 10 Mar 2018 11:09:55 +0100
Subject: [PATCH] Remove extra spacing change

---
 setup.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/setup.py b/setup.py
index 9cf6eb03..e0e5768d 100644
--- a/setup.py
+++ b/setup.py
@@ -180,7 +180,6 @@ setup(
             'histogram         = bob.bio.face.config.algorithm.histogram:algorithm',  # LGBPHS histograms
             'bic-jets          = bob.bio.face.config.algorithm.bic_jets:algorithm',  # BIC on gabor jets
         ],
-
     },
 
     # Classifiers are important if you plan to distribute this package through
-- 
GitLab