mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-26 21:30:14 +03:00
Use tabs
This commit is contained in:
parent
488cec531d
commit
d9a05f20ba
1 changed files with 8 additions and 8 deletions
|
@ -109,17 +109,17 @@ else
|
|||
}
|
||||
catch (ConvException e)
|
||||
{
|
||||
() @trusted {
|
||||
stderr.writeln(e.msg);
|
||||
} ();
|
||||
return 1;
|
||||
() @trusted {
|
||||
stderr.writeln(e.msg);
|
||||
} ();
|
||||
return 1;
|
||||
}
|
||||
catch (GetOptException e)
|
||||
{
|
||||
() @trusted {
|
||||
stderr.writeln(e.msg);
|
||||
} ();
|
||||
return 1;
|
||||
() @trusted {
|
||||
stderr.writeln(e.msg);
|
||||
} ();
|
||||
return 1;
|
||||
}
|
||||
|
||||
if (muffin)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue