Skip to content

Commit

Permalink
Convert to LF and ensure LF at EOF in o.e.equinox.common.tests
Browse files Browse the repository at this point in the history
This was achieved by running:
find . -type f -print0 | \
  xargs -r0 perl -le 'for (@argv) { print if -f && -T }' | \
  xargs -rd'\n' dos2unix -e

Signed-off-by: Torbjörn SVENSSON <[email protected]>
  • Loading branch information
Torbjorn-Svensson authored and akurtakov committed Nov 4, 2023
1 parent 1abded4 commit 4f15538
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<plugin>
<extension-point id="xp1" name="Extension Point 1"/>
</plugin>
</plugin>
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
<configElement2/>
<configElement3/>
</extension>
</plugin>
</plugin>
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<plugin>
<extension-point id="xp1" name="Extension Point 1"/>
</plugin>
</plugin>
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
<configElement2/>
<configElement3/>
</extension>
</plugin>
</plugin>
2 changes: 1 addition & 1 deletion bundles/org.eclipse.equinox.common.tests/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ <h3>License</h3>
</p>

</body>
</html>
</html>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Bug 527899 [9] Implement JEP 280: Indify String Concatenation #1139
Bug 527899 [9] Implement JEP 280: Indify String Concatenation #1139
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,4 @@ public void run() throws Exception {
}
assertEquals("Unexpected exception.", throwable, handled[0]);
}
}
}

0 comments on commit 4f15538

Please sign in to comment.