Skip to content

Commit 8e80df1

Browse files
committed
style fixes
1 parent 7d93199 commit 8e80df1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

substratevm/src/com.oracle.svm.hosted/src/com/oracle/svm/hosted/image/NativeImageBFDNameProvider.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ public String bfdMangle(Member m) {
412412
* Make the provider aware of the current native libraries. This is needed because the provider
413413
* is created in a feature after registration but the native libraries are only available before
414414
* analysis.
415-
*
415+
*
416416
* @param nativeLibs the current native libraries singleton.
417417
*/
418418
public void setNativeLibs(NativeLibraries nativeLibs) {
@@ -491,7 +491,7 @@ private static class BFDMangler {
491491
private interface LookupName {
492492
}
493493

494-
private interface CompositeLookupName extends LookupName {
494+
private interface CompositeLookupName extends LookupName {
495495
}
496496

497497
private record SimpleLookupName(String value) implements LookupName {
@@ -894,7 +894,7 @@ private void recordName(LookupName name) {
894894
/**
895895
* Determine whether a type modeled as a Java object type needs to be encoded using pointer
896896
* prefix P.
897-
*
897+
*
898898
* @param type The type to be checked.
899899
* @return true if the type needs to be encoded using pointer prefix P otherwise false.
900900
*/

0 commit comments

Comments
 (0)