Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/common')
-rw-r--r--src/common/constants.h4
-rw-r--r--src/common/preparedsqlquerymanager.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/common/constants.h b/src/common/constants.h
index 894a3778f..761a6cee1 100644
--- a/src/common/constants.h
+++ b/src/common/constants.h
@@ -19,5 +19,5 @@
namespace OCC {
namespace Constants {
constexpr qint32 e2EeTagSize = 16;
-};
-};
+}
+}
diff --git a/src/common/preparedsqlquerymanager.h b/src/common/preparedsqlquerymanager.h
index fa3cb4a4a..64cecabbd 100644
--- a/src/common/preparedsqlquerymanager.h
+++ b/src/common/preparedsqlquerymanager.h
@@ -113,7 +113,7 @@ public:
private:
SqlQuery _queries[PreparedQueryCount];
- Q_DISABLE_COPY(PreparedSqlQueryManager);
+ Q_DISABLE_COPY(PreparedSqlQueryManager)
};
}