mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-26 21:30:14 +03:00
Replace spaces with tabs
This commit is contained in:
parent
815dcad5be
commit
9454a1c859
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ protected:
|
|||
override void visit(const T structDec)
|
||||
{
|
||||
inAggregate = true;
|
||||
() @trusted { structDec.accept(this); } ();
|
||||
() @trusted { structDec.accept(this); } ();
|
||||
inAggregate = false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue