summaryrefslogtreecommitdiff
path: root/src/xmlpatterns/doc/snippets
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2014-01-17 20:23:46 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-22 17:48:21 +0100
commit95f88ed6c58925b74e6e6c25a44e597e5be112b1 (patch)
treeabb4727988cd208efe2f0cea79efb1e56b11565a /src/xmlpatterns/doc/snippets
parentf217661e4c0c5c653442da65498c4a235a41b785 (diff)
downloadqtxmlpatterns-95f88ed6c58925b74e6e6c25a44e597e5be112b1.tar.gz
whitespace fixes
remove trailing spaces & expand tabs Change-Id: Ic958087d8c50f3c51d767f5191e54c4079cc74a2 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'src/xmlpatterns/doc/snippets')
-rw-r--r--src/xmlpatterns/doc/snippets/patternist/escapeStringLiterals.xml2
-rw-r--r--src/xmlpatterns/doc/snippets/patternist/introductionExample.xq2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/xmlpatterns/doc/snippets/patternist/escapeStringLiterals.xml b/src/xmlpatterns/doc/snippets/patternist/escapeStringLiterals.xml
index 425ccb0..434625b 100644
--- a/src/xmlpatterns/doc/snippets/patternist/escapeStringLiterals.xml
+++ b/src/xmlpatterns/doc/snippets/patternist/escapeStringLiterals.xml
@@ -1,2 +1,2 @@
-<p>"I hate quotations" -- Ralph Waldo Emerson"
+<p>"I hate quotations" -- Ralph Waldo Emerson"
'"I hate quotations"" -- Ralph Waldo Emerson"', appeared above</p> \ No newline at end of file
diff --git a/src/xmlpatterns/doc/snippets/patternist/introductionExample.xq b/src/xmlpatterns/doc/snippets/patternist/introductionExample.xq
index 1a309dd..549cfa2 100644
--- a/src/xmlpatterns/doc/snippets/patternist/introductionExample.xq
+++ b/src/xmlpatterns/doc/snippets/patternist/introductionExample.xq
@@ -1,3 +1,3 @@
<bibliography>
{doc("library.xml")/bib/book[publisher="Addison-Wesley" and @year>1991]/<book year="{@year}">{title}</book>}
-</bibliography>
+</bibliography>