Skip to content

Commit e83b1da

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent a4f8644 commit e83b1da

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
@@ -54,11 +54,13 @@ int main(int argc, char** argv)
5454
fftw_cleanup_threads();
5555
#endif
5656

57-
if(true)
57+
if(true) {
5858
std::cout<<true<<std::endl;
59+
}
5960

60-
for(int i=0; i<10; ++i)
61+
for(int i=0; i<10; ++i) {
6162
std::cout<<i<<std::endl;
63+
}
6264

6365
return 0;
6466
}

0 commit comments

Comments
 (0)