diff options
author | David Pursehouse <david.pursehouse@sonymobile.com> | 2012-11-14 12:09:38 +0900 |
---|---|---|
committer | David Pursehouse <david.pursehouse@sonymobile.com> | 2012-11-14 12:09:38 +0900 |
commit | 8f62fb7bd305337994bced7d23b347d0d39f5faf (patch) | |
tree | 7a00915a4e6138fe2c12d6f8d181b623df8962a2 /repo | |
parent | c1b86a232383748811c6faf17f364e63e10f7dd4 (diff) | |
download | git-repo-8f62fb7bd305337994bced7d23b347d0d39f5faf.tar.gz |
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
Diffstat (limited to 'repo')
-rwxr-xr-x | repo | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,8 +3,8 @@ | |||
3 | ## repo default configuration | 3 | ## repo default configuration |
4 | ## | 4 | ## |
5 | from __future__ import print_function | 5 | from __future__ import print_function |
6 | REPO_URL='https://gerrit.googlesource.com/git-repo' | 6 | REPO_URL = 'https://gerrit.googlesource.com/git-repo' |
7 | REPO_REV='stable' | 7 | REPO_REV = 'stable' |
8 | 8 | ||
9 | # Copyright (C) 2008 Google Inc. | 9 | # Copyright (C) 2008 Google Inc. |
10 | # | 10 | # |
@@ -24,7 +24,7 @@ REPO_REV='stable' | |||
24 | VERSION = (1, 19) | 24 | VERSION = (1, 19) |
25 | 25 | ||
26 | # increment this if the MAINTAINER_KEYS block is modified | 26 | # increment this if the MAINTAINER_KEYS block is modified |
27 | KEYRING_VERSION = (1,1) | 27 | KEYRING_VERSION = (1, 1) |
28 | MAINTAINER_KEYS = """ | 28 | MAINTAINER_KEYS = """ |
29 | 29 | ||
30 | Repo Maintainer <repo@android.kernel.org> | 30 | Repo Maintainer <repo@android.kernel.org> |