From db43fc785ff3fac09310efdbe8247449eac72016 Mon Sep 17 00:00:00 2001
From: Elie KHOURY <elie.khoury@idiap.ch>
Date: Mon, 13 Jul 2015 17:43:24 +0200
Subject: [PATCH] minor change

---
 bob/bio/base/script/fusion_llr.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/bob/bio/base/script/fusion_llr.py b/bob/bio/base/script/fusion_llr.py
index 8edce2d5..fc831adf 100755
--- a/bob/bio/base/script/fusion_llr.py
+++ b/bob/bio/base/script/fusion_llr.py
@@ -75,7 +75,6 @@ def main(command_line_options = None):
 
   outf = open(args.score_fused_dev_file, 'w')
   for line in gen_data_dev[0]:
-    
     claimed_id = line[0]
     real_id = line[-3]
     test_label = line[-2]
-- 
GitLab