Permalink
Please sign in to comment.
Browse files
Remove trailiing whitespace from *.py and *.c files (#166)
- Loading branch information...
Showing
with
90 additions
and 90 deletions.
- +1 −1 asdl/asdl_.py
- +1 −1 asdl/format.py
- +1 −1 asdl/py_meta.py
- +1 −1 asdl/tdop.py
- +2 −2 benchmarks/pytrace.py
- +1 −1 bin/oil.py
- +1 −1 build/quick_ref.py
- +1 −1 build/testdata/hello.py
- +3 −3 core/args.py
- +1 −1 core/args_test.py
- +1 −1 core/braces.py
- +1 −1 core/completion.py
- +2 −2 core/expr_eval.py
- +4 −4 core/id_kind.py
- +1 −1 core/id_kind_gen.py
- +8 −8 core/legacy.py
- +7 −7 core/lexer_gen.py
- +5 −5 core/libstr.py
- +1 −1 core/process.py
- +1 −1 core/reader_test.py
- +1 −1 core/test_builtin.py
- +1 −1 core/util.py
- +1 −1 devtools/completion.py
- +1 −1 native/libc.c
- +3 −3 opy/byterun/pyvm2.py
- +1 −1 opy/byterun/test_basic.py
- +5 −5 opy/callgraph.py
- +1 −1 opy/compiler2/dis_tool.py
- +2 −2 opy/compiler2/ovm_codegen.py
- +1 −1 opy/compiler2/pycodegen.py
- +1 −1 opy/compiler2/symbols_test.py
- +1 −1 opy/compiler2/transformer.py
- +1 −1 opy/misc/stdlib_compile.py
- +1 −1 opy/testdata/speed_main.py
- +1 −1 osh/bool_parse.py
- +1 −1 osh/lex.py
- +1 −1 osh/match.py
- +1 −1 osh/word_parse.py
- +8 −8 test/jsontemplate.py
- +6 −6 test/sh_spec.py
- +2 −2 test/sh_spec_test.py
- +1 −1 test/wild_report.py
- +1 −1 tools/deps.py
- +3 −3 web/table/csv2html.py
Oops, something went wrong.
0 comments on commit
43822b8