summaryrefslogtreecommitdiff
path: root/docs/samples/load_file.cpp
diff options
context:
space:
mode:
authorarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-07-11 13:29:12 +0000
committerarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-07-11 13:29:12 +0000
commitfb507ab2d6f9eaa090671e40b582354b16f3821c (patch)
tree4cf47721ff98432595ea8704e2e8d421d1f3c913 /docs/samples/load_file.cpp
parentf73df8d06e67f4a1d00b427d752fb0deab11e553 (diff)
docs: Replaced all tabs with 4 spaces (guaranteed tab size)
git-svn-id: http://pugixml.googlecode.com/svn/trunk@591 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'docs/samples/load_file.cpp')
-rw-r--r--docs/samples/load_file.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/samples/load_file.cpp b/docs/samples/load_file.cpp
index 1a102c2..3e77f04 100644
--- a/docs/samples/load_file.cpp
+++ b/docs/samples/load_file.cpp
@@ -5,10 +5,12 @@
int main()
{
//[code_load_file
- pugi::xml_document doc;
+ pugi::xml_document doc;
- pugi::xml_parse_result result = doc.load_file("tree.xml");
+ pugi::xml_parse_result result = doc.load_file("tree.xml");
- std::cout << "Load result: " << result.description() << ", mesh name: " << doc.child("mesh").attribute("name").value() << std::endl;
+ std::cout << "Load result: " << result.description() << ", mesh name: " << doc.child("mesh").attribute("name").value() << std::endl;
//]
}
+
+// vim:et