mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-05-07 11:16:10 +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)
|
catch (ConvException e)
|
||||||
{
|
{
|
||||||
() @trusted {
|
() @trusted {
|
||||||
stderr.writeln(e.msg);
|
stderr.writeln(e.msg);
|
||||||
} ();
|
} ();
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
catch (GetOptException e)
|
catch (GetOptException e)
|
||||||
{
|
{
|
||||||
() @trusted {
|
() @trusted {
|
||||||
stderr.writeln(e.msg);
|
stderr.writeln(e.msg);
|
||||||
} ();
|
} ();
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (muffin)
|
if (muffin)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue