SharedGraphics: Run clang-format on everything.

This commit is contained in:
Andreas Kling 2019-06-07 11:46:55 +02:00
commit 76b3337498
Notes: sideshowbarker 2024-07-19 13:41:42 +09:00
20 changed files with 216 additions and 114 deletions

View file

@ -39,7 +39,7 @@ void DisjointRectSet::shatter()
}
output.append(r1);
}
next_pass:
next_pass:
swap(output, m_rects);
} while(pass_had_intersections);
} while (pass_had_intersections);
}