Skip to content

Commit

Permalink
added spaces in CmdExportSolidToSat.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Tammik committed Oct 14, 2013
1 parent 6f8e31e commit 4a6a5de
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 19 deletions.
12 changes: 6 additions & 6 deletions BuildingCoder/BuildingCoder/BuildingCoder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -218,19 +218,19 @@
<Compile Include="CmdWallNeighbours.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="..\..\README.md">
<None Include="..\..\README.md">
<Link>README.md</Link>
</Content>
</None>
</ItemGroup>
<ItemGroup>
<Content Include="..\..\LICENSE">
<None Include="..\..\LICENSE">
<Link>LICENSE</Link>
</Content>
</None>
</ItemGroup>
<ItemGroup>
<Content Include="..\..\BcSamples.txt">
<None Include="..\..\BcSamples.txt">
<Link>BcSamples.txt</Link>
</Content>
</None>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="CmdLinkedFileElementsForm.resx">
Expand Down
12 changes: 6 additions & 6 deletions BuildingCoder/BuildingCoder/CmdExportSolidToSat.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ public Result Execute(

// Retrieve all floors from the model

var floors
= new FilteredElementCollector( doc )
.OfClass( typeof( Floor ) )
.ToElements()
.Cast<Floor>()
.ToList();
var floors
= new FilteredElementCollector( doc )
.OfClass( typeof( Floor ) )
.ToElements()
.Cast<Floor>()
.ToList();

if( 2 != floors.Count )
{
Expand Down
7 changes: 0 additions & 7 deletions Copyright.txt

This file was deleted.

0 comments on commit 4a6a5de

Please sign in to comment.