Still working on the authentification stuff. Technically, now even in the monolithic...
[quassel.git] / src / core / sqlitestorage.cpp
index af5767d..00dc4c0 100644 (file)
@@ -386,7 +386,6 @@ QList<Message> SqliteStorage::requestMsgs(BufferId buffer, int lastmsgs, int off
     msg.msgId = requestMsgsQuery->value(0).toUInt();
     messagelist << msg;
   }
-
   return messagelist;
 }