Skip to content

Commit 6f1273a

Browse files
committed
fix brace
1 parent f78035b commit 6f1273a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Src/Base/AMReX_CTOParallelForImpl.H

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ namespace detail
100100
...
101101
} else if constexpr (A_control.value == A2) {
102102
...
103-
else {
103+
} else {
104104
...
105105
}
106106
if constexpr (A_control.value != A3 && B_control.value == B1) {
@@ -251,7 +251,7 @@ ParallelFor (TypeList<CTOs...> ctos,
251251
...
252252
} else if constexpr (A_control.value == A2) {
253253
...
254-
else {
254+
} else {
255255
...
256256
}
257257
if constexpr (A_control.value != A3 && B_control.value == B1) {
@@ -305,7 +305,7 @@ ParallelFor (TypeList<CTOs...> ctos,
305305
...
306306
} else if constexpr (A_control.value == A2) {
307307
...
308-
else {
308+
} else {
309309
...
310310
}
311311
if constexpr (A_control.value != A3 && B_control.value == B1) {
@@ -358,7 +358,7 @@ void ParallelFor (TypeList<CTOs...> ctos,
358358
...
359359
} else if constexpr (A_control.value == A2) {
360360
...
361-
else {
361+
} else {
362362
...
363363
}
364364
if constexpr (A_control.value != A3 && B_control.value == B1) {

0 commit comments

Comments
 (0)