diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2024-05-08 10:04:47 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-05-08 10:12:46 +0200 |
commit | 7d03b1de0b7a2f7a7972716a40277c7aa231f542 (patch) | |
tree | b281f3e370dfa5339f7275e407bd9e5682435f2e /modules/gdscript/README.md | |
parent | 17a81260cb92a321a0d752e369ef911055178c7b (diff) | |
download | redot-engine-7d03b1de0b7a2f7a7972716a40277c7aa231f542.tar.gz |
Style: Trim trailing whitespace and ensure newline at EOF
Found by apply the file_format checks again via #91597.
Diffstat (limited to 'modules/gdscript/README.md')
-rw-r--r-- | modules/gdscript/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdscript/README.md b/modules/gdscript/README.md index 865475d37d..a4367b39ff 100644 --- a/modules/gdscript/README.md +++ b/modules/gdscript/README.md @@ -136,4 +136,4 @@ There are many other classes in the GDScript module. Here is a brief overview of - The [virtual machine](gdscript_vm.cpp) is essentially defined as calling `GDScriptFunction::call()`. - Editor-related functions can be found in parts of `GDScriptLanguage`, originally declared in [`gdscript.h`](gdscript.h) but defined in [`gdscript_editor.cpp`](gdscript_editor.cpp). Code highlighting can be found in [`GDScriptSyntaxHighlighter`](editor/gdscript_highlighter.h). - GDScript decompilation is found in [`gdscript_disassembler.cpp`](gdscript_disassembler.h), defined as `GDScriptFunction::disassemble()`. -- Documentation generation from GDScript comments in [`GDScriptDocGen`](editor/gdscript_docgen.h)
\ No newline at end of file +- Documentation generation from GDScript comments in [`GDScriptDocGen`](editor/gdscript_docgen.h) |