Skip to content

Commit

Permalink
add some blanks removed before
Browse files Browse the repository at this point in the history
  • Loading branch information
MBaesken committed Jun 26, 2024
1 parent fb63c5a commit fd99642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/share/oops/instanceKlass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3597,7 +3597,7 @@ void InstanceKlass::print_on(outputStream* st) const {
}
print_on_maybe_null(st, BULLET"class annotations: ", class_annotations());
print_on_maybe_null(st, BULLET"class type annotations: ", class_type_annotations());
print_on_maybe_null(st, BULLET"field annotations: ", fields_annotations());
print_on_maybe_null(st, BULLET"field annotations: ", fields_annotations());
print_on_maybe_null(st, BULLET"field type annotations: ", fields_type_annotations());
{
bool have_pv = false;
Expand Down

0 comments on commit fd99642

Please sign in to comment.