summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2015-06-11 17:15:06 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2015-06-11 17:39:44 +0200
commitb84acb1f60e5ebafd2d4be98b790fd9e4a4876e7 (patch)
tree3795edab85e2406be8aad76b4057c8bae3a45883
parent1f27ca7b383b6aee371b2673ecb78153c29b4cbe (diff)
Indentation nit.
-rw-r--r--kconfiglib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kconfiglib.py b/kconfiglib.py
index 5e51ff6..21a4897 100644
--- a/kconfiglib.py
+++ b/kconfiglib.py
@@ -278,7 +278,7 @@ class Config(object):
def warn_override(filename, linenr, name, old_user_val, new_user_val):
self._warn('overriding the value of {0}. '
'Old value: "{1}", new value: "{2}".'
- .format(name, old_user_val, new_user_val),
+ .format(name, old_user_val, new_user_val),
filename, linenr)
# Invalidate everything to keep things simple. It might be possible to