Skip to content

Commit 1b55f4e

Browse files
committed
Whitespaces
1 parent 52be765 commit 1b55f4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/src/dmd/semantic2.d

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ private extern(C++) final class Semantic2Visitor : Visitor
712712
auto scx = ed._scope ? ed._scope : sc;
713713
if (!scx)
714714
return;
715-
715+
716716
scx = scx.startCTFE();
717717
scx.setNoFree(); // needed for getMaxMinValue()
718718

@@ -722,7 +722,7 @@ private extern(C++) final class Semantic2Visitor : Visitor
722722
{
723723
if (em._scope)
724724
scx = em._scope;
725-
725+
726726
// Make sure the enum member values are fully evaluated
727727
if (em.semanticRun < PASS.semanticdone)
728728
em.dsymbolSemantic(scx);

0 commit comments

Comments
 (0)