From 1b430db4a31ec6c82be9618a813849ce0fc02806 Mon Sep 17 00:00:00 2001 From: Vineet Garg Date: Sun, 19 Jul 2015 21:59:27 +0530 Subject: [PATCH] Fixed indentation --- core/daemon.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/daemon.h b/core/daemon.h index ec4b57d2c..e90213b43 100644 --- a/core/daemon.h +++ b/core/daemon.h @@ -62,8 +62,8 @@ public Q_SLOTS: //Returns a list of ids. The respective devices can be manipulated using the dbus path: "/modules/kdeconnect/Devices/"+id Q_SCRIPTABLE QStringList devices(bool onlyReachable = false, bool onlyVisible = false) const; - //Exposing kdeconnectconfig through daemon, needed to show certificate hash in cli, but this can be extended to name, id, public key etc. if needed - Q_SCRIPTABLE QByteArray certificate(int format) const; + //Exposing kdeconnectconfig through daemon, needed to show certificate hash in cli, but this can be extended to name, id, public key etc. if needed + Q_SCRIPTABLE QByteArray certificate(int format) const; virtual void requestPairing(Device *d) = 0; virtual void reportError(const QString &title, const QString &description) = 0;