docs: whitespace cleanup in source

Fixes some lint warnings.
This commit is contained in:
David Adam
2019-09-17 16:50:52 +08:00
parent f11ee26aae
commit 605885f851
10 changed files with 57 additions and 116 deletions

View File

@@ -25,13 +25,11 @@ The following options are available:
Example
-------
::
diff (sort a.txt | psub) (sort b.txt | psub)
# shows the difference between the sorted versions of files ``a.txt`` and ``b.txt``.
source-highlight -f esc (cpp main.c | psub -f -s .c)
# highlights ``main.c`` after preprocessing as a C source.