Skip to content

Commit 837df47

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent e709cf4 commit 837df47

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

source/main.cpp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,13 @@ int main(int argc, char** argv)
4343
Driver DD;
4444
DD.init();
4545

46-
if(true)
46+
if(true) {
4747
std::cout<<true<<std::endl;
48+
}
4849

49-
for(int i=0; i<10; ++i)
50+
for(int i=0; i<10; ++i) {
5051
std::cout<<i<<std::endl;
52+
}
5153
/*
5254
After running mpi version of abacus, release the mpi resources.
5355
*/

0 commit comments

Comments
 (0)