src: Yearly copyright bump
[quassel.git] / src / common / remotepeer.cpp
index e25cbb3..bc9f9d0 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005-2016 by the Quassel Project                        *
+ *   Copyright (C) 2005-2019 by the Quassel Project                        *
  *   devel@quassel-irc.org                                                 *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -214,7 +214,6 @@ void RemotePeer::onReadyRead()
 
         processMessage(msg);
 
-
         if (SignalProxy::current())
             SignalProxy::current()->setSourcePeer(nullptr);
     }