From cda7cde07d8463738cd9178cf7c85c17997eae4d Mon Sep 17 00:00:00 2001
From: Michael Wilkinson <Michael Wilkinson michael.wilkinson@cern.ch>
Date: Tue, 24 Sep 2019 16:17:28 +0200
Subject: [PATCH] whitespace fixes

---
 Phys/TeslaTools/python/TeslaTools/TeslaTruthUtils.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Phys/TeslaTools/python/TeslaTools/TeslaTruthUtils.py b/Phys/TeslaTools/python/TeslaTools/TeslaTruthUtils.py
index c82793b51..0baed9c2a 100644
--- a/Phys/TeslaTools/python/TeslaTools/TeslaTruthUtils.py
+++ b/Phys/TeslaTools/python/TeslaTools/TeslaTruthUtils.py
@@ -72,23 +72,23 @@ def associateSequence(prefix, debug):
 def makeTruth(input, rels, toollist):
     from Configurables import DaVinciSmartAssociator, P2MCPFromProtoP
     from Configurables import MCMatchObjP2MCRelator, TupleToolMCBackgroundInfo, BackgroundCategory
-    
+
     MCTruth = input.addTupleTool('TupleToolMCTruth')
     MCTruth.ToolList = toollist
     # MCTruth.OutputLevel = 1
-    
+
     MCTruth.addTool(DaVinciSmartAssociator)
     MCTruth.DaVinciSmartAssociator.RedoNeutral = False
     MCTruth.DaVinciSmartAssociator.addTool(P2MCPFromProtoP)
     MCTruth.DaVinciSmartAssociator.P2MCPFromProtoP.Locations = rels
     MCTruth.addTool(MCMatchObjP2MCRelator)
     MCTruth.MCMatchObjP2MCRelator.RelTableLocations = rels
-    
+
     MCTruth.DaVinciSmartAssociator.addTool(BackgroundCategory)
     MCTruth.DaVinciSmartAssociator.BackgroundCategory.addTool(P2MCPFromProtoP)
     MCTruth.DaVinciSmartAssociator.BackgroundCategory.vetoNeutralRedo = True
     MCTruth.DaVinciSmartAssociator.BackgroundCategory.P2MCPFromProtoP.Locations = rels
-    
+
     input.addTool(TupleToolMCBackgroundInfo)
     input.TupleToolMCBackgroundInfo.addTool(BackgroundCategory)
     input.TupleToolMCBackgroundInfo.BackgroundCategory.vetoNeutralRedo = True
-- 
GitLab