Merge release-4-6 into master
[alexxy/gromacs.git] / src / gromacs / mdlib / forcerec.c
index 7680d93a42d42d7c17570931f747eb9058889f23..794841cac9f51ca254340ad97233ca7cd6693485 100644 (file)
@@ -1390,9 +1390,9 @@ static void make_adress_tf_tables(FILE *fp, const output_env_t oenv,
         j = ir->adress->tf_table_index[i]; /* get energy group index */
         sprintf(buf + strlen(tabfn) - strlen(ftp2ext(efXVG)) - 1, "tf_%s.%s",
                 *(mtop->groups.grpname[mtop->groups.grps[egcENER].nm_ind[j]]), ftp2ext(efXVG));
-        if(fp)
+        if (fp)
         {
-           fprintf(fp,"loading tf table for energygrp index %d from %s\n", ir->adress->tf_table_index[i], buf);
+            fprintf(fp, "loading tf table for energygrp index %d from %s\n", ir->adress->tf_table_index[i], buf);
         }
         fr->atf_tabs[i] = make_atf_table(fp, oenv, fr, buf, box);
     }