From: Artem Zhmurov Date: Mon, 7 Jun 2021 06:51:12 +0000 (+0300) Subject: Fix clang-format X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=commitdiff_plain;h=6204f2c7b6f7bd15066088067e14547e56057e6e;p=alexxy%2Fgromacs.git Fix clang-format Introduced in 100125464e111f9925b8aa9e4e12098fc4510f24 --- diff --git a/api/nblib/tests/molecules.cpp b/api/nblib/tests/molecules.cpp index ae277248f4..a63cadcd16 100644 --- a/api/nblib/tests/molecules.cpp +++ b/api/nblib/tests/molecules.cpp @@ -193,9 +193,9 @@ TEST(NBlibTest, CanAddInteractions) molecule.addParticle(ParticleName("H1"), H); molecule.addParticle(ParticleName("H2"), H); - HarmonicBondType hb(1, 2); - CubicBondType cub(1, 2, 3); - HarmonicAngleType ang(Degrees(1), 1); + HarmonicBondType hb(1, 2); + CubicBondType cub(1, 2, 3); + HarmonicAngleType ang(Degrees(1), 1); molecule.addInteraction(ParticleName("O"), ParticleName("H1"), hb); molecule.addInteraction(ParticleName("O"), ParticleName("H2"), hb); diff --git a/api/nblib/tests/topology.cpp b/api/nblib/tests/topology.cpp index 218eb61444..ff4d0336d9 100644 --- a/api/nblib/tests/topology.cpp +++ b/api/nblib/tests/topology.cpp @@ -366,7 +366,7 @@ TEST(NBlibTest, TopologyListedInteractionsMultipleTypes) Molecule water = WaterMoleculeBuilder{}.waterMolecule(); Molecule methanol = MethanolMoleculeBuilder{}.methanolMolecule(); - CubicBondType testBond(1., 1., 1.); + CubicBondType testBond(1., 1., 1.); HarmonicAngleType testAngle(Degrees(1), 1); water.addInteraction(ParticleName("H1"), ParticleName("H2"), testBond);