Skip to content

Commit ff7e765

Browse files
committed
replace tabs with whitespaces in DataFormats/L1TGlobal/src/classes_def.xml
1 parent 84033b4 commit ff7e765

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

DataFormats/L1TGlobal/src/classes_def.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
<class name="edm::Wrapper<std::vector<GlobalObjectMap> >"/>
4141
<!-- Adding ioread rules for backwards compatibility -->
4242
<ioread sourceClass="GlobalObjectMap" version="[3-10]"
43-
source="std::vector<std::vector<std::vector<L1TObjIndexType>>> m_combinationVector;"
44-
targetClass="GlobalObjectMap" target="m_combinationWithBxVector">
43+
source="std::vector<std::vector<std::vector<L1TObjIndexType>>> m_combinationVector;"
44+
targetClass="GlobalObjectMap" target="m_combinationWithBxVector">
4545
<![CDATA[
46-
m_combinationWithBxVector.clear();
46+
m_combinationWithBxVector.clear();
4747
m_combinationWithBxVector.reserve(onfile.m_combinationVector.size());
4848
for(auto const& a0 : onfile.m_combinationVector) {
4949
CombinationsWithBxInCond b0;

0 commit comments

Comments
 (0)