Skip to content

Commit

Permalink
Convert to LF and ensure LF at EOF in o.e.equinox.http.jetty
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 <torbjorn.svensson@st.com>
  • Loading branch information
Torbjorn-Svensson authored and akurtakov committed Nov 4, 2023
1 parent 33a6740 commit ef04041
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bundles/org.eclipse.equinox.http.jetty/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>
2 changes: 1 addition & 1 deletion bundles/org.eclipse.equinox.http.jetty/plugin.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
bundleName = Jetty Http Service
providerName = Eclipse.org - Equinox
configurationName = Http Server Configuration
configurationDescription = Provides Http Server Configuration Parameters
configurationDescription = Provides Http Server Configuration Parameters

0 comments on commit ef04041

Please sign in to comment.