From 40ee1fcfb77731f3cd7385882f41630af6aedb33 Mon Sep 17 00:00:00 2001 From: "Jannis M. Hoffmann" Date: Sat, 7 Oct 2023 23:30:49 +0200 Subject: reduce line limit to 95 --- src/operator-login.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/operator-login.cc') 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 " -- cgit v1.2.3