Skip to content

Commit

Permalink
Make indentation level consistent (DFHack#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
lethosor committed Jul 13, 2017
1 parent a323be4 commit d03703a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions df.entities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1117,9 +1117,9 @@
<int32_t name='site_id' ref-target='world_site'/>
<int32_t name='entity_id' ref-target='historical_entity'/>
<enum name='result'>
<enum-item name='Overthrow'/>
<enum-item name='Failure'/>
<enum-item name='Crushing'/>
<enum-item name='Overthrow'/>
<enum-item name='Failure'/>
<enum-item name='Crushing'/>
</enum>
</compound>
<compound name='succession'>
Expand Down

0 comments on commit d03703a

Please sign in to comment.