Skip to content

Commit dbfff9a

Browse files
authored
fix whitespace
1 parent 9836015 commit dbfff9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hotspot/share/classfile/resolutionErrors.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ void ResolutionErrorEntry::set_nest_host_error(const char* message) {
117117
}
118118

119119
void ResolutionErrorEntry::init_nest_host_error(const char* message) {
120-
assert_lock_strong(SystemDictionary_lock);
120+
assert_lock_strong(SystemDictionary_lock);
121121
_nest_host_error = message;
122122
}
123123

0 commit comments

Comments
 (0)