From 57f1b775197aed1d32e98b0299c0999339a7d5f6 Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Sun, 2 Feb 2020 18:14:27 +0100 Subject: Run clang-format also on all cpp files --- examples/example_5_rpcInterface/remoteinterface.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/example_5_rpcInterface') diff --git a/examples/example_5_rpcInterface/remoteinterface.cpp b/examples/example_5_rpcInterface/remoteinterface.cpp index 38b6d225..35132a21 100644 --- a/examples/example_5_rpcInterface/remoteinterface.cpp +++ b/examples/example_5_rpcInterface/remoteinterface.cpp @@ -4,13 +4,13 @@ RemoteInterface::RemoteInterface(QObject *parent) : QXmppInvokable(parent) { } -bool RemoteInterface::isAuthorized( const QString &jid ) const +bool RemoteInterface::isAuthorized(const QString &jid) const { Q_UNUSED(jid); return true; } -QString RemoteInterface::echoString(const QString& message) +QString RemoteInterface::echoString(const QString &message) { return "Echo: " + message; } -- cgit v1.2.3