From fb507ab2d6f9eaa090671e40b582354b16f3821c Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Sun, 11 Jul 2010 13:29:12 +0000 Subject: 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 --- docs/samples/load_file.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'docs/samples/load_file.cpp') 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 -- cgit v1.2.3