From 1ae1e058f5f85d7af49f765328674d8069371c40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20Nordl=C3=B6w?= Date: Sun, 22 Aug 2021 23:29:09 +0200 Subject: [PATCH] Correct indentation of main --- src/dscanner/main.d | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dscanner/main.d b/src/dscanner/main.d index 51ae780..c089e1e 100644 --- a/src/dscanner/main.d +++ b/src/dscanner/main.d @@ -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;