Skip to content

Commit ae84912

Browse files
committed
Fix missing whitespace.
1 parent 30b5b53 commit ae84912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/share/opto/library_call.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7233,7 +7233,7 @@ bool LibraryCallKit::inline_aescrypt_Block(vmIntrinsics::ID id) {
72337233
bool LibraryCallKit::inline_cipherBlockChaining_AESCrypt(vmIntrinsics::ID id) {
72347234
address stubAddr = nullptr;
72357235
const char *stubName = nullptr;
7236-
bool is_decrypt= false;
7236+
bool is_decrypt = false;
72377237
assert(UseAES, "need AES instruction support");
72387238

72397239
switch(id) {

0 commit comments

Comments
 (0)