This is an automated email from the git hooks/post-receive script.

guillem pushed a commit to branch main
in repository dpkg.

View the commit online:
https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=1d7b2430ea9293cc9fe72050d7bba2d837bcd183

commit 1d7b2430ea9293cc9fe72050d7bba2d837bcd183
Author: Guillem Jover <guil...@debian.org>
AuthorDate: Sat Feb 4 23:57:19 2023 +0100

    dselect: Remove unused trailing semicolons
    
    Warned-by: clang -Wextra-semi
    Changelog: internal
---
 dselect/dselect.h   | 4 ++--
 dselect/methlist.cc | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dselect/dselect.h b/dselect/dselect.h
index 3d185679d..2a25a2498 100644
--- a/dselect/dselect.h
+++ b/dselect/dselect.h
@@ -63,8 +63,8 @@ enum screenparts {
 };
 
 struct column {
-       column(): title(nullptr), x(0), width(0) {};
-       void blank() { title = nullptr; x = 0; width = 0; };
+       column(): title(nullptr), x(0), width(0) {}
+       void blank() { title = nullptr; x = 0; width = 0; }
 
        const char *title;
        int x;
diff --git a/dselect/methlist.cc b/dselect/methlist.cc
index aa9949bbe..7a742a253 100644
--- a/dselect/methlist.cc
+++ b/dselect/methlist.cc
@@ -226,4 +226,4 @@ const struct helpmenuentry *methodlist::helpmenulist() {
     {  0                             }
   };
   return list;
-};
+}

-- 
Dpkg.Org's dpkg

Reply via email to