From 186755fd56b58dc97250846c5305ef89f9487f86 Mon Sep 17 00:00:00 2001 From: Ahmad Samir Date: Mon, 22 Feb 2021 17:34:03 +0200 Subject: Add a trailing comma to last member in enum GIT_SILENT --- src/core/kcoreconfigskeleton.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/core/kcoreconfigskeleton.h') diff --git a/src/core/kcoreconfigskeleton.h b/src/core/kcoreconfigskeleton.h index 69f52060..e7b814e8 100644 --- a/src/core/kcoreconfigskeleton.h +++ b/src/core/kcoreconfigskeleton.h @@ -543,7 +543,11 @@ public: class KCONFIGCORE_EXPORT ItemString: public KConfigSkeletonGenericItem < QString > { public: - enum Type { Normal, Password, Path }; + enum Type { + Normal, + Password, + Path, + }; /** @enum Type The type of string that is held in this item -- cgit v1.2.1