summaryrefslogtreecommitdiff
path: root/examples/dbus/server_without_bus.cc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dbus/server_without_bus.cc')
-rw-r--r--examples/dbus/server_without_bus.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/dbus/server_without_bus.cc b/examples/dbus/server_without_bus.cc
index d50632dc..005dc554 100644
--- a/examples/dbus/server_without_bus.cc
+++ b/examples/dbus/server_without_bus.cc
@@ -166,7 +166,7 @@ int main(int, char**)
std::locale::global(std::locale(""));
Gio::init();
- try
+ try
{
introspection_data = Gio::DBus::NodeInfo::create_for_xml(introspection_xml);
}