[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[lintian] 01/01: commands/reporting-sync-state.pm: Perltidy



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

lamby pushed a commit to branch master
in repository lintian.

commit cc872e0716829d584716dda5497b75a2166076e6
Author: Chris Lamb <lamby@debian.org>
Date:   Tue Feb 6 22:08:31 2018 +0000

    commands/reporting-sync-state.pm: Perltidy
---
 commands/reporting-sync-state.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/commands/reporting-sync-state.pm b/commands/reporting-sync-state.pm
index ed2f1c4..9e9cbce 100644
--- a/commands/reporting-sync-state.pm
+++ b/commands/reporting-sync-state.pm
@@ -304,9 +304,9 @@ sub cleanup_group_state {
     # Check for and possible clear the error counters
     if (
         exists($group_data->{'processing-errors'})
-            and (not exists($group_data->{'last-error-by'})
+        and (not exists($group_data->{'last-error-by'})
             or $group_data->{'last-error-by'} ne $OPT{'desired-version'})
-    ) {
+      ) {
         log_debug(
             "Clearing error flag for ${group_id}: New version of lintian");
         delete($group_data->{'processing-errors'});

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: