Replace spaces with tabs

This commit is contained in:
Per Nordlöw 2021-08-22 23:22:33 +02:00
parent 815dcad5be
commit 9454a1c859

View file

@ -81,7 +81,7 @@ protected:
override void visit(const T structDec) override void visit(const T structDec)
{ {
inAggregate = true; inAggregate = true;
() @trusted { structDec.accept(this); } (); () @trusted { structDec.accept(this); } ();
inAggregate = false; inAggregate = false;
} }
} }