diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2020-05-27 19:03:52 +0200 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2020-05-31 13:25:04 +0200 |
commit | cf4d3d7ed82e62b57a11fbc7f491535a761dc75c (patch) | |
tree | 3d6a5c7adb33f6750ede53151ff560ee2cc47e5e /lib/connection.cpp | |
parent | dacc4a9727cb1c400b70ae2b9d470ce42c24ead3 (diff) | |
download | libquotient-cf4d3d7ed82e62b57a11fbc7f491535a761dc75c.tar.gz libquotient-cf4d3d7ed82e62b57a11fbc7f491535a761dc75c.zip |
Move around and format code
No functional changes here.
Diffstat (limited to 'lib/connection.cpp')
-rw-r--r-- | lib/connection.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/connection.cpp b/lib/connection.cpp index 9f4f7082..efc7163e 100644 --- a/lib/connection.cpp +++ b/lib/connection.cpp @@ -20,7 +20,7 @@ #include "connectiondata.h" #ifdef Quotient_E2EE_ENABLED -#include "encryptionmanager.h" +# include "encryptionmanager.h" #endif // Quotient_E2EE_ENABLED #include "room.h" #include "settings.h" @@ -45,7 +45,7 @@ #include "jobs/syncjob.h" #ifdef Quotient_E2EE_ENABLED -#include "account.h" // QtOlm +# include "account.h" // QtOlm #endif // Quotient_E2EE_ENABLED #include <QtCore/QCoreApplication> |