Fix indentation

Use white space for indentation instead of tabulation.
This commit is contained in:
Qinghui Xu 2019-11-04 10:21:47 +01:00
parent 9cb1c794cd
commit 24045b7211

View File

@ -171,7 +171,7 @@ public class TThreadPoolServer extends TServer {
}
execute();
if (!waitForShutdown()) {
if (!waitForShutdown()) {
LOGGER.error("Shutdown is not done after " + stopTimeoutVal + stopTimeoutUnit);
}