; Fix docstring graph alignment in Ftreesit_search_forward

* src/treesit.c (Ftreesit_search_forward): Replace tabs with spaces.
This commit is contained in:
Yuan Fu 2022-11-10 14:16:25 -08:00
parent 2ec403f777
commit 98ed6db34f
No known key found for this signature in database
GPG key ID: 56E19BC57664A442

View file

@ -2649,15 +2649,15 @@ Return the first matched node, or nil if none matches.
For a tree like below, where START is marked by S, traverse as
numbered from 1 to 12:
12
|
12
|
S--------3----------11
| | |
o--o-+--o 1--+--2 6--+-----10
| | | |
o o +-+-+ +--+--+
| | | | |
4 5 7 8 9
| | | | |
4 5 7 8 9
Note that this function doesn't traverse the subtree of START, and it
always traverse leaf nodes first, then upwards. */)