Skip to content

Commit cbcbdc9

Browse files
committed
Minor formatting fix for last merge.
1 parent c6be57f commit cbcbdc9

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

nasm.targets

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,16 @@
2323
AssemblyName="Microsoft.Build.Tasks.v4.0">
2424
<Task>$(MSBuildThisFileDirectory)$(MSBuildThisFileName).xml</Task>
2525
</UsingTask>
26-
27-
<Target Name="_WriteNasmTlogs"
28-
Condition="'@(NASM)' != '' and '@(SelectedFiles)' == ''">
26+
<Target
27+
Name="_WriteNasmTlogs"
28+
Condition="'@(NASM)' != '' and '@(SelectedFiles)' == ''">
2929
<ItemGroup>
3030
<NASM Remove="@(NASM)" Condition="'%(NASM.ExcludedFromBuild)' == 'true' or '%(NASM.ObjectFileName)' == ''" />
3131
</ItemGroup>
3232
<ItemGroup Condition="'@(NASM)' != ''">
3333
<_NasmReadTlog Include="^%(NASM.FullPath);%(NASM.AdditionalDependencies)" />
3434
<_NasmWriteTlog Include="^%(NASM.FullPath);$([MSBuild]::NormalizePath('$(MSBuildProjectDirectory)', '%(NASM.ObjectFileName)'))" />
3535
</ItemGroup>
36-
3736
<WriteLinesToFile
3837
Condition="'@(_NasmReadTlog)' != ''"
3938
File="$(TLogLocation)Nasm.read.1u.tlog"
@@ -46,13 +45,11 @@
4645
Lines="@(_NasmWriteTlog->MetaData('Identity')->ToUpperInvariant());"
4746
Overwrite="true"
4847
Encoding="Unicode"/>
49-
5048
<ItemGroup>
5149
<_NasmReadTlog Remove="@(_NasmReadTlog)" />
5250
<_NasmWriteTlog Remove="@(_NasmWriteTlog)" />
5351
</ItemGroup>
5452
</Target>
55-
5653
<Target
5754
Name="_NASM"
5855
BeforeTargets="$(NASMBeforeTargets)"

0 commit comments

Comments
 (0)