diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-07-10 14:41:43 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-07-10 14:41:43 +0200 |
| commit | 547fced630611e7554d05e4f69f01957c9fc35d4 (patch) | |
| tree | 19f1d5d7381cfffc3533c1596acca0254d3793a4 | |
| parent | 21b5351c3721359dbd28937c95e75ba4b435f0b7 (diff) | |
Remove trailing whitespace
| -rw-r--r-- | kconfiglib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kconfiglib.py b/kconfiglib.py index 881e64a..42cf93f 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -3846,7 +3846,7 @@ class Symbol(object): # Helper for printing an informative warning when a symbol with # unsatisfied direct dependencies (dependencies from 'depends on', ifs, # and menus) is selected by some other symbol. Also warn if a symbol - # whose direct dependencies evaluate to m is selected to y. + # whose direct dependencies evaluate to m is selected to y. dir_dep_val = expr_value(self.direct_dep) |
