mirror of
https://github.com/dlang/phobos.git
synced 2025-04-30 07:00:37 +03:00
Enforce Allman style for do {
This commit is contained in:
parent
b100b859a5
commit
c352281212
3 changed files with 13 additions and 6 deletions
|
@ -1009,7 +1009,8 @@ private:
|
|||
|
||||
if (comp(next.front, r.front))
|
||||
{
|
||||
do {
|
||||
do
|
||||
{
|
||||
next.popFront();
|
||||
if (next.empty) return;
|
||||
} while (comp(next.front, r.front));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue