From 8f62fb7bd305337994bced7d23b347d0d39f5faf Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Wed, 14 Nov 2012 12:09:38 +0900 Subject: Tidy up code formatting a bit more Enable the following Pylint warnings: C0322: Operator not preceded by a space C0323: Operator not followed by a space C0324: Comma not followed by a space And make the necessary fixes. Change-Id: I74d74283ad5138cbaf28d492b18614eb355ff9fe --- repo | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'repo') diff --git a/repo b/repo index 4d8e8dca..32c5895f 100755 --- a/repo +++ b/repo @@ -3,8 +3,8 @@ ## repo default configuration ## from __future__ import print_function -REPO_URL='https://gerrit.googlesource.com/git-repo' -REPO_REV='stable' +REPO_URL = 'https://gerrit.googlesource.com/git-repo' +REPO_REV = 'stable' # Copyright (C) 2008 Google Inc. # @@ -24,7 +24,7 @@ REPO_REV='stable' VERSION = (1, 19) # increment this if the MAINTAINER_KEYS block is modified -KEYRING_VERSION = (1,1) +KEYRING_VERSION = (1, 1) MAINTAINER_KEYS = """ Repo Maintainer -- cgit v1.2.3-54-g00ecf