summaryrefslogtreecommitdiff
path: root/docs/samples/traverse_predicate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'docs/samples/traverse_predicate.cpp')
-rw-r--r--docs/samples/traverse_predicate.cpp4
1 files changed, 3 insertions, 1 deletions
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