From e10a76a61e8268dd0b6ab5b9bf1c59c67764e76b Mon Sep 17 00:00:00 2001
From: scott snyder <sss@karma>
Date: Mon, 22 Jun 2020 11:54:53 -0400
Subject: [PATCH] TrigTauHypo: Fix clang 10 warnings.

Misleading indentation.
---
 .../TrigTauHypo/src/EFTauTauCombHypo.cxx         | 16 ++++++++--------
 .../TrigTauHypo/src/T2TauTauCombHypo.cxx         | 16 ++++++++--------
 2 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/Trigger/TrigHypothesis/TrigTauHypo/src/EFTauTauCombHypo.cxx b/Trigger/TrigHypothesis/TrigTauHypo/src/EFTauTauCombHypo.cxx
index aa2ec525177..cdc55ad28b0 100644
--- a/Trigger/TrigHypothesis/TrigTauHypo/src/EFTauTauCombHypo.cxx
+++ b/Trigger/TrigHypothesis/TrigTauHypo/src/EFTauTauCombHypo.cxx
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 /**************************************************************************
@@ -142,13 +142,13 @@ HLT::ErrorCode EFTauTauCombHypo::hltExecute(const HLT::TriggerElement* outputTE,
     m_monDRAll=dr;
     m_monMassAll = mass;
     m_monVxState = VX_state;
-  m_moncombtype=0;
-if(VX_state==1515)
-    m_moncombtype=1;       
-if(VX_state==1513)
-    m_moncombtype=2;
-if(VX_state==1511)
-    m_moncombtype=3; 
+    m_moncombtype=0;
+    if(VX_state==1515)
+      m_moncombtype=1;       
+    if(VX_state==1513)
+      m_moncombtype=2;
+    if(VX_state==1511)
+      m_moncombtype=3; 
 //     if(m_oppositeCharge && !oppositeCharge)
 //       {
 // 	if(msgLvl() <= MSG::VERBOSE) {
diff --git a/Trigger/TrigHypothesis/TrigTauHypo/src/T2TauTauCombHypo.cxx b/Trigger/TrigHypothesis/TrigTauHypo/src/T2TauTauCombHypo.cxx
index a69fc5e8f2c..78bd9466f2b 100644
--- a/Trigger/TrigHypothesis/TrigTauHypo/src/T2TauTauCombHypo.cxx
+++ b/Trigger/TrigHypothesis/TrigTauHypo/src/T2TauTauCombHypo.cxx
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 /**************************************************************************
@@ -160,13 +160,13 @@ HLT::ErrorCode T2TauTauCombHypo::hltExecute(const HLT::TriggerElement* inputTE,
     m_monDRAll=dr;
     m_monDEtaAll=deta;
     m_monMassAll = mass;
-m_moncombtype=0;
-if(VX_state==1515)
-    m_moncombtype=1;   
-if(VX_state==1513)
-    m_moncombtype=2;       
-if(VX_state==1511)
-    m_moncombtype=3;       
+    m_moncombtype=0;
+    if(VX_state==1515)
+      m_moncombtype=1;   
+    if(VX_state==1513)
+      m_moncombtype=2;       
+    if(VX_state==1511)
+      m_moncombtype=3;       
 
 
 //     if(m_oppositeCharge && !oppositeCharge)
-- 
GitLab