Skip to content

Commit a9a7052

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent 0773c4c commit a9a7052

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/module_io/single_R_io.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ void ModuleIO::output_single_R(std::ofstream& ofs,
6161
}
6262
}
6363

64-
if (reduce)Parallel_Reduce::reduce_all(line, PARAM.globalv.nlocal);
64+
if (reduce) {Parallel_Reduce::reduce_all(line, PARAM.globalv.nlocal);
65+
}
6566

6667
if (!reduce || GlobalV::DRANK == 0)
6768
{

0 commit comments

Comments
 (0)