Apply re-formatting to C++ in src/ tree.
[alexxy/gromacs.git] / src / gromacs / mdrunutility / printtime.cpp
index 5a4a3caea9ab80723da83a81fabc03e44c0aa18e..5c429237117066c343699efc2ed8ffb0c4516a05 100644 (file)
@@ -126,6 +126,6 @@ void print_start(FILE* fplog, const t_commrec* cr, gmx_walltime_accounting_t wal
     char buf[STRLEN];
 
     sprintf(buf, "Started %s", name);
-    print_date_and_time(fplog, cr->nodeid, buf,
-                        walltime_accounting_get_start_time_stamp(walltime_accounting));
+    print_date_and_time(
+            fplog, cr->nodeid, buf, walltime_accounting_get_start_time_stamp(walltime_accounting));
 }