From 62b9654f2bde378c4f25e721c78d5bbb1d0bc8cb Mon Sep 17 00:00:00 2001
From: Andrei Karas <akaras@inbox.ru>
Date: Fri, 9 Jun 2017 00:38:48 +0300
Subject: Fix too long line.

---
 src/net/eathena/chatrecv.cpp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

(limited to 'src/net')

diff --git a/src/net/eathena/chatrecv.cpp b/src/net/eathena/chatrecv.cpp
index 4c6fea1d7..36bcc5bfe 100644
--- a/src/net/eathena/chatrecv.cpp
+++ b/src/net/eathena/chatrecv.cpp
@@ -548,7 +548,9 @@ void ChatRecv::processBeingChat(Net::MessageIn &msg)
             TryRemoveColors_true);
     }
 
-    if (allow && (being != nullptr) && player_relations.hasPermission(sender_name,
+    if (allow &&
+        being != nullptr &&
+        player_relations.hasPermission(sender_name,
         PlayerRelation::SPEECH_FLOAT))
     {
         being->setSpeech(chatMsg, GENERAL_CHANNEL);
-- 
cgit v1.2.3-70-g09d2