Skip to content

Commit

Permalink
Remove extra white space
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone committed Feb 8, 2018
1 parent 7cef3bf commit 57340f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msbuild/zeroc.icebuilder.msbuild.common.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<EnableDefaultSliceCompileItems Condition="'$(EnableDefaultSliceCompileItems)' == ''">true</EnableDefaultSliceCompileItems>
</PropertyGroup>

<ItemGroup Condition="'$(EnableDefaultItems)' == 'true'">
<ItemGroup Condition="'$(EnableDefaultItems)' == 'true'">
<SliceCompile Condition="'$(EnableDefaultSliceCompileItems)' == 'true'" Include="**\*.ice"
Exclude="$(DefaultItemExcludes);$(DefaultExcludesInProjectFolder);@(SliceCompile)"/>
</ItemGroup>
Expand Down

0 comments on commit 57340f6

Please sign in to comment.