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 /misc | |
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 'misc')
-rw-r--r-- | misc/dist/ios_xcode/godot_ios/en.lproj/InfoPlist.strings | 1 | ||||
-rw-r--r-- | misc/error_suppressions/tsan.txt | 1 | ||||
-rw-r--r-- | misc/extension_api_validation/4.2-stable.expected | 4 |
3 files changed, 2 insertions, 4 deletions
diff --git a/misc/dist/ios_xcode/godot_ios/en.lproj/InfoPlist.strings b/misc/dist/ios_xcode/godot_ios/en.lproj/InfoPlist.strings index 477b28ff8f..b92732c79e 100644 --- a/misc/dist/ios_xcode/godot_ios/en.lproj/InfoPlist.strings +++ b/misc/dist/ios_xcode/godot_ios/en.lproj/InfoPlist.strings @@ -1,2 +1 @@ /* Localized versions of Info.plist keys */ - diff --git a/misc/error_suppressions/tsan.txt b/misc/error_suppressions/tsan.txt index 7c3d836f6c..ac46371f8b 100644 --- a/misc/error_suppressions/tsan.txt +++ b/misc/error_suppressions/tsan.txt @@ -5,4 +5,3 @@ deadlock:tests/core/templates/test_command_queue.h deadlock:modules/text_server_adv/text_server_adv.cpp deadlock:modules/text_server_fb/text_server_fb.cpp race:modules/navigation/nav_map.cpp - diff --git a/misc/extension_api_validation/4.2-stable.expected b/misc/extension_api_validation/4.2-stable.expected index 55a4e0b18c..d7bb67cfbc 100644 --- a/misc/extension_api_validation/4.2-stable.expected +++ b/misc/extension_api_validation/4.2-stable.expected @@ -321,7 +321,7 @@ GH-86978 -------- Validate extension JSON: Error: Field 'classes/TextEdit/methods/set_selection_mode/arguments': size changed value in new API, from 4 to 1. -Removed optional arguments set_selection_mode, use set_selection_origin_line/column instead. +Removed optional arguments set_selection_mode, use set_selection_origin_line/column instead. Compatibility methods registered. @@ -343,4 +343,4 @@ GH-91143 -------- Validate extension JSON: Error: Field 'classes/Input/methods/vibrate_handheld/arguments': size changed value in new API, from 1 to 2. -Added optional argument. Compatibility method registered.
\ No newline at end of file +Added optional argument. Compatibility method registered. |