mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 13:52:28 +00:00
Remove trailing whitespace from all files (#497)
This commit is contained in:
parent
d3f3cb7ab4
commit
7e2eae5c15
356 changed files with 41701 additions and 41680 deletions
8
third_party/python/Lib/test/cfgparser.3
vendored
8
third_party/python/Lib/test/cfgparser.3
vendored
|
@ -1,6 +1,6 @@
|
|||
# INI with as many tricky parts as possible
|
||||
# Most of them could not be used before 3.2
|
||||
|
||||
|
||||
# This will be parsed with the following options
|
||||
# delimiters = {'='}
|
||||
# comment_prefixes = {'#'}
|
||||
|
@ -21,7 +21,7 @@ go = %(interpolate)s
|
|||
|
||||
|
||||
[corruption]
|
||||
value = that is
|
||||
value = that is
|
||||
|
||||
|
||||
actually still here
|
||||
|
@ -45,7 +45,7 @@ go = %(interpolate)s
|
|||
[another one!]
|
||||
even if values are indented like this = seriously
|
||||
yes, this still applies to = section "another one!"
|
||||
this too = are there people with configurations broken as this?
|
||||
this too = are there people with configurations broken as this?
|
||||
beware, this is going to be a continuation
|
||||
of the value for
|
||||
key "this too"
|
||||
|
@ -63,7 +63,7 @@ interpolate = anything will do
|
|||
[tricky interpolation]
|
||||
interpolate = do this
|
||||
lets = %(go)s
|
||||
|
||||
|
||||
[more interpolation]
|
||||
interpolate = go shopping
|
||||
lets = %(go)s
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue