Fix indentation
This commit is contained in:
parent
cb2ba1929c
commit
e4426081dd
|
@ -205,7 +205,11 @@ MessageSet analyze(string fileName, const Module m, const StaticAnalysisConfig a
|
||||||
return null;
|
return null;
|
||||||
|
|
||||||
auto symbolAllocator = scoped!ASTAllocator();
|
auto symbolAllocator = scoped!ASTAllocator();
|
||||||
version (unittest) enum ut = true; else enum ut = false;
|
version (unittest)
|
||||||
|
enum ut = true;
|
||||||
|
else
|
||||||
|
enum ut = false;
|
||||||
|
|
||||||
|
|
||||||
auto first = scoped!FirstPass(m, internString(fileName), symbolAllocator,
|
auto first = scoped!FirstPass(m, internString(fileName), symbolAllocator,
|
||||||
symbolAllocator, true, &moduleCache, null);
|
symbolAllocator, true, &moduleCache, null);
|
||||||
|
|
Loading…
Reference in New Issue