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/gui/kstandardshortcut.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui') diff --git a/src/gui/kstandardshortcut.h b/src/gui/kstandardshortcut.h index c37712b3..3757a593 100644 --- a/src/gui/kstandardshortcut.h +++ b/src/gui/kstandardshortcut.h @@ -144,7 +144,7 @@ enum StandardShortcut { CreateFolder, ///< Create a folder. @since 5.74 // Insert new items here! - StandardShortcutCount // number of standard shortcuts + StandardShortcutCount, // number of standard shortcuts }; /** -- cgit v1.2.1