Skip to content

Commit dd729bf

Browse files
committed
Autoformat. [ci skip]
1 parent f1f9f10 commit dd729bf

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

corelib/src/libs/SireIO/grotop.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@
4646

4747
#include "SireMM/atomljs.h"
4848
#include "SireMM/cljnbpairs.h"
49+
#include "SireMM/cmapfunctions.h"
4950
#include "SireMM/fouratomfunctions.h"
5051
#include "SireMM/internalff.h"
5152
#include "SireMM/threeatomfunctions.h"
5253
#include "SireMM/twoatomfunctions.h"
53-
#include "SireMM/cmapfunctions.h"
5454

5555
#include "SireBase/booleanproperty.h"
5656
#include "SireBase/parallel.h"
@@ -2643,7 +2643,8 @@ QStringList GroMolType::settlesLines(bool is_lambda1) const
26432643
// lambda function to check whether a four point water model
26442644
// is OPC water, which is determined by the virtual site charge
26452645
// value being < -1.1
2646-
auto is_opc = [this, is_lambda1]() -> bool {
2646+
auto is_opc = [this, is_lambda1]() -> bool
2647+
{
26472648
if (is_lambda1)
26482649
{
26492650
for (const auto &atm : atms1)

0 commit comments

Comments
 (0)