Skip to content

Commit c4d41e1

Browse files
committed
Fix whitespace
1 parent 002c91d commit c4d41e1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gen_definitions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1027,10 +1027,10 @@ def gen_func_call_scripts(definitions: LSLDefinitions, output_path: str) -> None
10271027
10281028
Useful for verifying that a compiler agrees with our function definitions
10291029
"""
1030-
1030+
10311031
# Ensure our output directory exists first
10321032
os.makedirs(output_path, exist_ok=True)
1033-
1033+
10341034
# Unfortunately, LSO scripts are the only things that actually use function IDs, which we need to test.
10351035
# They're also limited to 16k. For that reason, we need to chunk the calls up between multiple scripts
10361036
# so that we don't collide heap and stack when compiling.

0 commit comments

Comments
 (0)