Skip to content

Commit

Permalink
Convert to LF and ensure LF at EOF in o.e.equinox.security.ui
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 committed Oct 1, 2023
1 parent a12fe3e commit efeab5e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bundles/org.eclipse.equinox.security.ui/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,4 +1,4 @@
# To force a version qualifier update add the bug here
Bug 403352 - Update all parent versions to match our build stream
-- Force update for luna
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 @@ -185,4 +185,4 @@ public class SecUIMessages extends NLS {
public static void reloadMessages() {
NLS.initializeMessages(BUNDLE_NAME, SecUIMessages.class);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,4 @@ public IWizardPage getPreviousPage(IWizardPage page) {
return null;
}

}
}

0 comments on commit efeab5e

Please sign in to comment.