Skip to content

Commit

Permalink
Update SCDoc.l - add an empty line at the end of the file
Browse files Browse the repository at this point in the history
  • Loading branch information
prko committed May 14, 2024
1 parent 2650b8a commit b96732c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SCDoc/SCDoc.l
Original file line number Diff line number Diff line change
Expand Up @@ -177,4 +177,4 @@ if (scdoc_start_token) {
<eat2>[ \t\n\r]*:: BEGIN(eat);
<eat3>\n[ \t\n\r]*:: BEGIN(eat);
<eat,eat2,eat3>.|\n /* empty */
%%
%%

0 comments on commit b96732c

Please sign in to comment.