From 9dd04a43bab20f2ee30e8b3d3a625704941d900e Mon Sep 17 00:00:00 2001 From: Stefano Rivera Date: Tue, 21 Dec 2010 12:26:00 +0200 Subject: [PATCH] requestsync: Convert the space-indented lines to tabs --- requestsync | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requestsync b/requestsync index ed4af7f..9d89fab 100755 --- a/requestsync +++ b/requestsync @@ -146,7 +146,7 @@ if __name__ == '__main__': print >> sys.stderr, "E: %s" % e sys.exit(1) - # Stop if Ubuntu has already the version from Debian or a newer version + # Stop if Ubuntu has already the version from Debian or a newer version if (ubuntu_version >= debian_version) and options.lpapi: # try rmadison import ubuntutools.requestsync.mail @@ -162,10 +162,10 @@ if __name__ == '__main__': print >> sys.stderr, \ 'E: The versions in Debian and Ubuntu are the same already (%s). Aborting.' % ubuntu_version sys.exit(1) - if ubuntu_version > debian_version: - print >> sys.stderr, \ - 'E: The version in Ubuntu (%s) is newer than the version in Debian (%s). Aborting.' % (ubuntu_version, debian_version) - sys.exit(1) + if ubuntu_version > debian_version: + print >> sys.stderr, \ + 'E: The version in Ubuntu (%s) is newer than the version in Debian (%s). Aborting.' % (ubuntu_version, debian_version) + sys.exit(1) # -s flag not specified - check if we do need sponsorship if not sponsorship: