Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gn/compile_sksl_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
settings = sys.argv[3]
input_root_dir = sys.argv[4]
output_root_dir = sys.argv[5]
# The last arg is a file containing a space seperated list of filenames
# The last arg is a file containing a space separated list of filenames
input_file = sys.argv[6]
with open(input_file, 'r') as reader:
inputs = shlex.split(reader.read())
Expand Down
2 changes: 1 addition & 1 deletion gn/minify_sksl_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
rt_shader_module = sys.argv[4]
input_root_dir = sys.argv[5]
output_root_dir = sys.argv[6]
# The last arg is a file containing a space seperated list of filenames
# The last arg is a file containing a space separated list of filenames
input_file = sys.argv[7]
with open(input_file, 'r') as reader:
all_inputs = shlex.split(reader.read())
Expand Down
2 changes: 1 addition & 1 deletion whitespace.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ I LOVE W H I T E S P A C E!
Python also loves\n\twhitespace.¯\_(ツ)_/¯
Lithp.
Use the Forth.
Life is a mistry. Everyone must WAKA WAKA WAKA
Life is a mystery. Everyone must WAKA WAKA WAKA
This file has gotten so boring.
epoger added this line using a pure git checkout
florin was here
Expand Down