Apply clang-format to source tree
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / specbond.h
index 8b4aa704686250b54593c6a0d8ebb44f2b547f6a..008be6c82c63541061f484f5cd0f07e00ad10dab 100644 (file)
@@ -52,10 +52,7 @@ struct DisulfideBond
     std::string firstAtom, secondAtom;
 };
 
-std::vector<DisulfideBond> makeDisulfideBonds(t_atoms *pdba,
-                                              rvec     x[],
-                                              bool     bInteractive,
-                                              bool     bVerbose);
+std::vector<DisulfideBond> makeDisulfideBonds(t_atoms* pdba, rvec x[], bool bInteractive, bool bVerbose);
 
 std::vector<SpecialBond> generateSpecialBonds();