Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit f9098f7

Browse files
authored
fix comment indent
correct spacing/indent of a comment
1 parent 4df4377 commit f9098f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ide-support/revdocsparser.livecodescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ on revDocsExtractDocBlocks pText, pSource, @rAPIData, @rLibraryData
599599

600600
# If we are in an entry, add the line to the current data
601601
if tInEntry then
602-
# handle line continuations
602+
# handle line continuations
603603
if char -2 of tData is "\" then
604604
delete char -2 to -1 of tData
605605
# ignore empty lines

0 commit comments

Comments
 (0)