Skip to content

Commit

Permalink
Remove trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
shoo committed Feb 25, 2024
1 parent d78b483 commit 7fcd1a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler/src/dmd/link.d
Original file line number Diff line number Diff line change
Expand Up @@ -1176,7 +1176,7 @@ public DArray!ubyte runPreprocessor(ref const Loc loc, const(char)[] cpp, const(
{
if (!vsopt.VSInstallDir)
vsopt.initialize();

if (auto vcincludedir = vsopt.getVCIncludeDir()) {
includePaths.push(vcincludedir);
} else {
Expand Down Expand Up @@ -1212,7 +1212,7 @@ public DArray!ubyte runPreprocessor(ref const Loc loc, const(char)[] cpp, const(
// directory.
if (i == nameStart)
continue;

bool includeFound;
if (i - nameStart == "INCLUDE".length)
{
Expand Down

0 comments on commit 7fcd1a4

Please sign in to comment.