Apply re-formatting to C++ in src/ tree.
[alexxy/gromacs.git] / src / gromacs / fileio / filetypes.cpp
index ac6c5820be15783e7832fe3ae9898818542d1f18..b3e9be6d201dba4c8f7e8e3e8eb8b9c68abfb72d 100644 (file)
@@ -95,8 +95,13 @@ static const t_deffile deffile[efNR] = {
     { eftGEN, ".???", "trajout", "-f", "Trajectory", NTROS, tros },
     { eftGEN, ".???", "traj", nullptr, "Full precision trajectory", NTRNS, trns },
     { eftXDR, ".trr", "traj", nullptr, "Trajectory in portable xdr format" },
-    { eftGEN, ".???", "traj_comp", nullptr,
-      "Compressed trajectory (tng format or portable xdr format)", NTRCOMPRESSED, trcompressed },
+    { eftGEN,
+      ".???",
+      "traj_comp",
+      nullptr,
+      "Compressed trajectory (tng format or portable xdr format)",
+      NTRCOMPRESSED,
+      trcompressed },
     { eftXDR, ".xtc", "traj", nullptr, "Compressed trajectory (portable xdr format): xtc" },
     { eftTNG, ".tng", "traj", nullptr, "Trajectory file (tng format)" },
     { eftXDR, ".edr", "ener", nullptr, "Energy file" },