Skip to content

Commit

Permalink
Change EOL style
Browse files Browse the repository at this point in the history
  • Loading branch information
tbeu committed May 21, 2015
1 parent 6aaabdc commit 95a40d5
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions ExternData/Resources/Examples/test.xml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<?xml version="1.0"?> <!-- test.xml -->
<dummyRoot> <!-- Root name can be any name -->
<!-- First set -->
<set1>
<gain>
<k>2</k>
</gain>
<clock>
<offset>0.1</offset>
</clock>
</set1>
<!-- Second set -->
<set2>
<gain>
<k>-2</k>
</gain>
<clock>
<offset>-0.1</offset>
</clock>
</set2>
<?xml version="1.0"?> <!-- test.xml -->
<dummyRoot> <!-- Root name can be any name -->
<!-- First set -->
<set1>
<gain>
<k>2</k>
</gain>
<clock>
<offset>0.1</offset>
</clock>
</set1>
<!-- Second set -->
<set2>
<gain>
<k>-2</k>
</gain>
<clock>
<offset>-0.1</offset>
</clock>
</set2>
</dummyRoot>

0 comments on commit 95a40d5

Please sign in to comment.