diff --git a/src/dfmt.d b/src/dfmt.d index 71944ae..7b44ac0 100644 --- a/src/dfmt.d +++ b/src/dfmt.d @@ -141,6 +141,11 @@ private: formatStep(); } } + else if (current.type == tok!"return") + { + writeToken(); + write(" "); + } else if (current.type == tok!"switch") formatSwitch(); else if (current.type == tok!"for" || current.type == tok!"foreach"