Skip to content

Commit 7e68965

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent 45f8a4f commit 7e68965

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
@@ -52,11 +52,13 @@ int main(int argc, char** argv)
5252
#ifdef _OPENMP
5353
fftw_cleanup_threads();
5454
#endif
55-
if(true)
55+
if(true) {
5656
std::cout<<true<<std::endl;
57+
}
5758

58-
for(int i=0; i<10; ++i)
59+
for(int i=0; i<10; ++i) {
5960
std::cout<<i<<std::endl;
61+
}
6062

6163
return 0;
6264
}

0 commit comments

Comments
 (0)