From 9521efab7ee324009c57d4adca50d93d98165f4a Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Thu, 11 Jan 2018 16:34:43 +0200 Subject: Lint [ci skip] --- include/MatrixClient.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/MatrixClient.h b/include/MatrixClient.h index 66b30dce..1a8ff12c 100644 --- a/include/MatrixClient.h +++ b/include/MatrixClient.h @@ -160,6 +160,6 @@ private: // Token to be used for the next sync. QString next_batch_; - // filter to be send as filter-param for (initial) /sync requests - QString filter_; + // filter to be send as filter-param for (initial) /sync requests + QString filter_; }; -- cgit 1.5.1