mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Replace XML codeblock spaces with tabs
This commit is contained in:
parent
5dd76968d8
commit
13f642d959
122 changed files with 2407 additions and 2432 deletions
|
|
@ -10,11 +10,11 @@
|
|||
packed.pack([1, 2, 3, ["nested1", "nested2"], 4, 5, 6])
|
||||
|
||||
for element in packed:
|
||||
if element is PackedDataContainerRef:
|
||||
for subelement in element:
|
||||
print("::", subelement)
|
||||
else:
|
||||
print(element)
|
||||
if element is PackedDataContainerRef:
|
||||
for subelement in element:
|
||||
print("::", subelement)
|
||||
else:
|
||||
print(element)
|
||||
[/codeblock]
|
||||
Prints:
|
||||
[codeblock lang=text]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue