From: Luca Falavigna Date: Tue, 22 Jun 2010 07:19:04 +0000 (+0000) Subject: Fix indentation X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=b31278febbe7fa99b8d703a0ee70a872c2e3882c;p=dak.git Fix indentation Signed-off-by: Luca Falavigna --- diff --git a/daklib/queue.py b/daklib/queue.py index bd6560be..58fdf7f3 100755 --- a/daklib/queue.py +++ b/daklib/queue.py @@ -1899,8 +1899,8 @@ distribution.""" # Make sure that our source object is up-to-date session.expire(source) - # Add changelog information to the database - self.store_changelog() + # Add changelog information to the database + self.store_changelog() # Install the files into the pool for newfile, entry in self.pkg.files.items():