diff options
Diffstat (limited to 'src/HaddockLex.hs')
-rw-r--r-- | src/HaddockLex.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/HaddockLex.hs b/src/HaddockLex.hs index 15aa521d..84b369b3 100644 --- a/src/HaddockLex.hs +++ b/src/HaddockLex.hs @@ -73,4 +73,4 @@ tokenise_string_newline str cs = case dropWhile nonNewlineSpace cs of '\n':cs -> TokString (reverse str) : TokPara : tokenise_para cs _other -> tokenise_string ('\n':str) cs -- don't throw away whitespace - + |