From 637ae06766a88306837a129105d02405fc5f313b Mon Sep 17 00:00:00 2001 From: Adinda de Wit Date: Fri, 26 Jun 2020 17:50:18 +0200 Subject: [PATCH] Code format --- DetectorDescription/DDCMS/test/DDSolidLegacyShapes.cppunit.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DetectorDescription/DDCMS/test/DDSolidLegacyShapes.cppunit.cc b/DetectorDescription/DDCMS/test/DDSolidLegacyShapes.cppunit.cc index 652de16947c3d..636f8e462d39b 100644 --- a/DetectorDescription/DDCMS/test/DDSolidLegacyShapes.cppunit.cc +++ b/DetectorDescription/DDCMS/test/DDSolidLegacyShapes.cppunit.cc @@ -96,7 +96,7 @@ void testDDSolidLegacyShapes::checkDDSolidLegacyShapes() { cms::dd::value(cms::LegacySolidShapeMap, cms::DDSolidShape::ddextrudedpolygon); CPPUNIT_ASSERT(legacyExtrudedpolygon == LegacySolidShape::ddextrudedpolygon); - int ids[] = {0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 7, 5, 6, 6, 8, 6, 9, 9, + int ids[] = {0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 7, 5, 6, 6, 8, 6, 9, 9, 10, 10, 11, 11, 12, 12, 13, 13, 14, 14, 15, 15, 16, 16, 17, 17, 18, 18, 19, 19}; int i = 0; for (const auto it : LegacySolidShapeMap) {