Skip to content

Commit 15c3574

Browse files
committed
fix improper merge
1 parent ebae1af commit 15c3574

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Source/cmVisualStudio10TargetGenerator.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1502,10 +1502,10 @@ void cmVisualStudio10TargetGenerator::WriteProjectConfigurationValues(Elem& e0)
15021502
} else if (this->Android) {
15031503
this->WriteAndroidConfigurationValues(e1, c);
15041504
}
1505-
}
15061505

1507-
if (this->WindowsKernelMode) {
1508-
this->WriteMSDriverConfigurationValues(e1, c);
1506+
if (this->WindowsKernelMode) {
1507+
this->WriteMSDriverConfigurationValues(e1, c);
1508+
}
15091509
}
15101510
}
15111511
}

0 commit comments

Comments
 (0)