From b31278febbe7fa99b8d703a0ee70a872c2e3882c Mon Sep 17 00:00:00 2001 From: Luca Falavigna Date: Tue, 22 Jun 2010 07:19:04 +0000 Subject: [PATCH] Fix indentation Signed-off-by: Luca Falavigna --- daklib/queue.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(): -- 2.39.2