summaryrefslogtreecommitdiff
path: root/dbus_wrapper_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'dbus_wrapper_interface.h')
-rw-r--r--dbus_wrapper_interface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbus_wrapper_interface.h b/dbus_wrapper_interface.h
index 51a268bb..360657d1 100644
--- a/dbus_wrapper_interface.h
+++ b/dbus_wrapper_interface.h
@@ -12,12 +12,12 @@
#ifndef DBUS_TYPE_G_OBJECT_PATH_ARRAY
#define DBUS_TYPE_G_OBJECT_PATH_ARRAY \
- (dbus_g_type_get_collection ("GPtrArray", DBUS_TYPE_G_OBJECT_PATH))
+ (dbus_g_type_get_collection("GPtrArray", DBUS_TYPE_G_OBJECT_PATH))
#endif
#ifndef DBUS_TYPE_G_STRING_ARRAY
#define DBUS_TYPE_G_STRING_ARRAY \
- (dbus_g_type_get_collection ("GPtrArray", G_TYPE_STRING))
+ (dbus_g_type_get_collection("GPtrArray", G_TYPE_STRING))
#endif
namespace chromeos_update_engine {