diff options
author | Daniel Veillard <veillard@redhat.com> | 2012-09-12 14:07:24 +0800 |
---|---|---|
committer | Daniel Veillard <veillard@redhat.com> | 2012-09-12 14:07:24 +0800 |
commit | 0ca0a15ffbf9b7946c73072ad9955ac2876a98b3 (patch) | |
tree | 4b88295877f9d4b750a970c9ff113ef4c282fd78 /libexslt/saxon.c | |
parent | 864ad0c10b30ee771a46d45d16864ff515ec6c51 (diff) | |
download | libxslt-0ca0a15ffbf9b7946c73072ad9955ac2876a98b3.tar.gz libxslt-0ca0a15ffbf9b7946c73072ad9955ac2876a98b3.tar.bz2 libxslt-0ca0a15ffbf9b7946c73072ad9955ac2876a98b3.zip |
Big space and tabs cleanup
Remove spaces followed by tabs, and space and tabs at the end of lines
Diffstat (limited to 'libexslt/saxon.c')
-rw-r--r-- | libexslt/saxon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexslt/saxon.c b/libexslt/saxon.c index 60880c80..e92ba8d0 100644 --- a/libexslt/saxon.c +++ b/libexslt/saxon.c @@ -209,7 +209,7 @@ exsltSaxonSystemIdFunction(xmlXPathParserContextPtr ctxt, int nargs) * exsltSaxonLineNumberFunction: * @ctxt: an XPath parser context * @nargs: number of arguments - * + * * Implements the SAXON line-number() function * integer saxon:line-number() * |