From dfaca060844b6e99353a1f11406a9afd0726b84f Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 10 Oct 2007 11:41:08 +0100 Subject: Fix indentation in _dbus_object_tree_register declaration as per Havoc's review --- dbus/dbus-object-tree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbus/dbus-object-tree.h b/dbus/dbus-object-tree.h index 7e06c1f6..1166752c 100644 --- a/dbus/dbus-object-tree.h +++ b/dbus/dbus-object-tree.h @@ -38,7 +38,7 @@ dbus_bool_t _dbus_object_tree_register (DBusObjectTree const char **path, const DBusObjectPathVTable *vtable, void *user_data, - DBusError *error); + DBusError *error); void _dbus_object_tree_unregister_and_unlock (DBusObjectTree *tree, const char **path); DBusHandlerResult _dbus_object_tree_dispatch_and_unlock (DBusObjectTree *tree, -- cgit