diff options
author | Jannis M. Hoffmann <jannis@fehcom.de> | 2023-10-07 23:30:49 +0200 |
---|---|---|
committer | Jannis M. Hoffmann <jannis@fehcom.de> | 2023-10-08 11:35:51 +0200 |
commit | 40ee1fcfb77731f3cd7385882f41630af6aedb33 (patch) | |
tree | 6b13dd75ca9cfbac7daef4f0d5dc2e342ee9ef7d /src/operator-login.cc | |
parent | 1978c49bea5b439d993067c055cec47e70db8fd6 (diff) |
reduce line limit to 95
Diffstat (limited to 'src/operator-login.cc')
-rw-r--r-- | src/operator-login.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/operator-login.cc b/src/operator-login.cc index cacafbb..bc9efcb 100644 --- a/src/operator-login.cc +++ b/src/operator-login.cc @@ -65,7 +65,8 @@ Operator::ProcessResult LoginOperator::process(Depot &depot, Request &command) "your system administrator."); return NO; case 3: - bincClient << "* BYE Timeout after " << IDLE_TIMEOUT << " seconds of inactivity." << std::endl; + bincClient << "* BYE Timeout after " << IDLE_TIMEOUT << " seconds of inactivity." + << std::endl; break; case -1: bincClient << "* BYE The server died unexpectedly. Please contact " |