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/kconfigbase.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/core/kconfigbase.h') diff --git a/src/core/kconfigbase.h b/src/core/kconfigbase.h index 0682a6b5..a7693275 100644 --- a/src/core/kconfigbase.h +++ b/src/core/kconfigbase.h @@ -54,7 +54,7 @@ public: * Implied persistent * @since 5.51 */ - Normal = Persistent + Normal = Persistent, /**< * Save the entry to the application specific config file without * a locale tag. This is the default. @@ -172,7 +172,11 @@ public: /** * Possible return values for accessMode(). */ - enum AccessMode { NoAccess, ReadOnly, ReadWrite }; + enum AccessMode { + NoAccess, + ReadOnly, + ReadWrite, + }; /** * Returns the access mode of the app-config object. -- cgit v1.2.1