[Koha-patches] [PATCH] Bug 15006: [QA Follow-up] Satisfy qa tools with one tab less

Srdjan srdjan at catalyst.net.nz
Wed Jul 13 03:00:07 CEST 2016


From: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>

Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Signed-off-by: Srdjan <srdjan at catalyst.net.nz>
---
 C4/SIP/SIPServer.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/C4/SIP/SIPServer.pm b/C4/SIP/SIPServer.pm
index e3cab23..c674474 100755
--- a/C4/SIP/SIPServer.pm
+++ b/C4/SIP/SIPServer.pm
@@ -146,7 +146,7 @@ sub raw_transport {
             syslog("LOG_INFO", "raw_transport: shutting down: EOF during login");
             return;
         }
-        $input =~ s/[\r\n]+$//sm;	# Strip off trailing line terminator(s)
+        $input =~ s/[\r\n]+$//sm; # Strip off trailing line terminator(s)
         last if C4::SIP::Sip::MsgType::handle($input, $self, LOGIN);
     }
     alarm 0;
-- 
2.7.4


More information about the Koha-patches mailing list