diff --git a/src/dfmt/formatter.d b/src/dfmt/formatter.d index 27e762d..3315aa8 100644 --- a/src/dfmt/formatter.d +++ b/src/dfmt/formatter.d @@ -227,7 +227,7 @@ private: int depth = 1; formatStep(); inAsm = true; - while (index < tokens.length) + while (index < tokens.length && depth > 0) { if (currentIs(tok!"{")) ++depth;