mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-26 13:20:07 +03:00
Correct indentation of main
This commit is contained in:
parent
0a2ad2950e
commit
1ae1e058f5
1 changed files with 2 additions and 2 deletions
|
@ -40,11 +40,11 @@ import dsymbol.modulecache;
|
|||
@safe:
|
||||
|
||||
version (unittest)
|
||||
void main() @trusted
|
||||
void main() @trusted
|
||||
{
|
||||
}
|
||||
else
|
||||
int main(string[] args) @trusted
|
||||
int main(string[] args) @trusted
|
||||
{
|
||||
bool sloc;
|
||||
bool highlight;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue