From d3999323502729d2fffec015a6f534c169c0523f Mon Sep 17 00:00:00 2001 From: Ritesh Chauhan <22054368@kiit.ac.in> Date: Fri, 3 Oct 2025 09:28:43 +0530 Subject: [PATCH 1/2] Add minor whitespace update line This is a minimal change to test the contribution workflow. --- whitespace.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/whitespace.txt b/whitespace.txt index 8c77c6c28f66..3551c10881d1 100644 --- a/whitespace.txt +++ b/whitespace.txt @@ -24,4 +24,6 @@ Second edit Hello everyone! -hello everyone! 2.0 ! \ No newline at end of file +hello everyone! 2.0 ! + +Testing minor contribution - October 2025 \ No newline at end of file From cf1e945ed4e29f367169e8338f9cab3b9c37a121 Mon Sep 17 00:00:00 2001 From: Ritesh Chauhan <22054368@kiit.ac.in> Date: Fri, 3 Oct 2025 09:31:52 +0530 Subject: [PATCH 2/2] Fix spelling typos in comments - Fixed 'mistry' to 'mystery' in whitespace.txt - Fixed 'seperated' to 'separated' in compile_sksl_tests.py and minify_sksl_tests.py These are minor spelling corrections in comments that improve code readability. --- gn/compile_sksl_tests.py | 2 +- gn/minify_sksl_tests.py | 2 +- whitespace.txt | 6 ++---- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/gn/compile_sksl_tests.py b/gn/compile_sksl_tests.py index dd95b696ea2b..38d176d29f7e 100755 --- a/gn/compile_sksl_tests.py +++ b/gn/compile_sksl_tests.py @@ -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()) diff --git a/gn/minify_sksl_tests.py b/gn/minify_sksl_tests.py index d49fcb71c622..f07b32830c69 100755 --- a/gn/minify_sksl_tests.py +++ b/gn/minify_sksl_tests.py @@ -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()) diff --git a/whitespace.txt b/whitespace.txt index 3551c10881d1..974de2640599 100644 --- a/whitespace.txt +++ b/whitespace.txt @@ -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 @@ -24,6 +24,4 @@ Second edit Hello everyone! -hello everyone! 2.0 ! - -Testing minor contribution - October 2025 \ No newline at end of file +hello everyone! 2.0 ! \ No newline at end of file