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=17abf9229e6edf4e71fd3496238bff8be992cd1f

commit 17abf9229e6edf4e71fd3496238bff8be992cd1f
Author: Guillem Jover <[email protected]>
AuthorDate: Thu Jan 6 22:38:33 2022 +0100

    libdpkg: Deindent an else clause
---
 lib/dpkg/version.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/dpkg/version.c b/lib/dpkg/version.c
index e9bc4bb07..f29c520fa 100644
--- a/lib/dpkg/version.c
+++ b/lib/dpkg/version.c
@@ -74,8 +74,8 @@ order(int c)
                return -1;
        else if (c)
                return c + 256;
-       else
-               return 0;
+
+       return 0;
 }
 
 static int

-- 
Dpkg.Org's dpkg

Reply via email to