Skip to content

Commit c4a8a64

Browse files
committed
Committing clang-format changes
1 parent 48b0819 commit c4a8a64

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

QOJ/15469.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ void solve(void) {
108108
swap(a[x1][y1], a[x2][y2]);
109109

110110
while (true) {
111-
while (stage1());
111+
while (stage1())
112+
;
112113
if (!stage2()) break;
113114
}
114115

0 commit comments

Comments
 (0)