]> git.donarmstrong.com Git - debhelper.git/commitdiff
minor coding stlye
authorJoey Hess <joey@gnu.kitenet.net>
Mon, 23 Mar 2009 19:01:25 +0000 (15:01 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Mon, 23 Mar 2009 19:01:25 +0000 (15:01 -0400)
Debian/Debhelper/Dh_Lib.pm

index 23e81a60682c037c7f3cf673d937d77e98e0d777..963a8590b2fc8be14fd0bb331d20b4706808269d 100644 (file)
@@ -113,7 +113,7 @@ sub load_log {
        while (<LOG>) {
                chomp;
                push @log, $_;
-               $db->{$package}{$_}=1 if (defined $db);
+               $db->{$package}{$_}=1 if defined $db;
        }
        close LOG;
        return @log;