diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-07-25 21:38:34 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2020-07-27 13:11:44 +0200 |
commit | c71e189efd63b3875904d8fe2b8a030e68919aad (patch) | |
tree | d7b40e9a8fa6de507459d877dc2dd825894fca07 /platform/windows/godot.natvis | |
parent | 6f292f906e749f30ceb7f922df5639add61a5f88 (diff) | |
download | redot-engine-c71e189efd63b3875904d8fe2b8a030e68919aad.tar.gz |
Style: Fix code format scripts compat with non-GNU Unices
It's too hard to get compatibility between GNU and BSD sed,
so let's just use perl oneliners.
And improve it to also remove trailing tabs, not just spaces.
Diffstat (limited to 'platform/windows/godot.natvis')
-rw-r--r-- | platform/windows/godot.natvis | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/platform/windows/godot.natvis b/platform/windows/godot.natvis index 593557cc69..90f0b55d0a 100644 --- a/platform/windows/godot.natvis +++ b/platform/windows/godot.natvis @@ -19,7 +19,7 @@ </ArrayItems> </Expand> </Type> - + <Type Name="List<*>"> <Expand> <Item Name="[size]">_data ? (_data->size_cache) : 0</Item> @@ -62,7 +62,7 @@ <DisplayString Condition="type == Variant::POOL_COLOR_ARRAY">{*(PoolColorArray *)_data._mem}</DisplayString> <StringView Condition="type == Variant::STRING && ((String *)(_data._mem))->_cowdata._ptr">((String *)(_data._mem))->_cowdata._ptr,su</StringView> - + <Expand> <Item Name="[value]" Condition="type == Variant::BOOL">_data._bool</Item> <Item Name="[value]" Condition="type == Variant::INT">_data._int</Item> @@ -143,7 +143,7 @@ <Item Name="alpha">a</Item> </Expand> </Type> - + <Type Name="Node" Inheritable="false"> <Expand> <Item Name="Object">(Object*)this</Item> |