diff --git a/src/dfmt.d b/src/dfmt.d index 2bbccff..1d422fb 100644 --- a/src/dfmt.d +++ b/src/dfmt.d @@ -1756,7 +1756,7 @@ struct IndentStack return arr[index]; } - int indentSize(size_t k = size_t.max) const /+pure nothrow+/ + int indentSize(size_t k = size_t.max) const pure nothrow { if (index == 0) return 0;