Skip to content

Commit 92ba5f6

Browse files
author
Sheng Yang
committed
Fix tab issues in the Link.java
1 parent 4312f92 commit 92ba5f6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

utils/src/com/cloud/utils/nio/Link.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -488,11 +488,11 @@ public static void doHandshake(SocketChannel ch, SSLEngine sslEngine, boolean is
488488
in_pkgBuf.clear();
489489
count = 0;
490490
try {
491-
count = readCh.read(in_pkgBuf);
491+
count = readCh.read(in_pkgBuf);
492492
} catch (SocketTimeoutException ex) {
493-
if (s_logger.isTraceEnabled()) {
493+
if (s_logger.isTraceEnabled()) {
494494
s_logger.trace("Handshake reading time out! Cut the connection");
495-
}
495+
}
496496
count = -1;
497497
}
498498
if (count == -1) {

0 commit comments

Comments
 (0)