Apply clang-format-11
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / genhydro.cpp
index b9c8680c2ef9310cffb36646e6ffefea4f297764..c1926e4c6cdc9d82e29e0aa989ea67727f6d2748 100644 (file)
@@ -337,9 +337,13 @@ static int check_atoms_present(const t_atoms*                            pdba,
                     nadd--;
                     break;
                 }
-                case MoleculePatchType::Replace: { break;
+                case MoleculePatchType::Replace:
+                {
+                    break;
                 }
-                default: { GMX_THROW(gmx::InternalError("Case not handled"));
+                default:
+                {
+                    GMX_THROW(gmx::InternalError("Case not handled"));
                 }
             }
         }