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/traverse_predicate.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/samples/traverse_predicate.cpp') diff --git a/docs/samples/traverse_predicate.cpp b/docs/samples/traverse_predicate.cpp index 19fa32f..e565597 100644 --- a/docs/samples/traverse_predicate.cpp +++ b/docs/samples/traverse_predicate.cpp @@ -25,7 +25,7 @@ struct allow_remote_predicate int main() { - pugi::xml_document doc; + pugi::xml_document doc; if (!doc.load_file("xgconsole.xml")) return -1; pugi::xml_node tools = doc.child("Profile").child("Tools"); @@ -44,3 +44,5 @@ int main() std::cout << tools.find_child(small_timeout).attribute("Filename").value() << std::endl; //] } + +// vim:et -- cgit v1.2.3