Remove unnecessary extra spaces before comments in code examples.
This commit is contained in:
parent
1c0995d450
commit
c4745c96d7
7 changed files with 24 additions and 24 deletions
|
|
@ -315,7 +315,7 @@
|
|||
[codeblock]
|
||||
var result = search(key, flags, line, column)
|
||||
if result.size() > 0:
|
||||
# result found
|
||||
# Result found.
|
||||
var res_line = result[TextEdit.SEARCH_RESULT_LINE]
|
||||
var res_column = result[TextEdit.SEARCH_RESULT_COLUMN]
|
||||
[/codeblock]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue