summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2022-09-13 11:33:03 +0100
committerRichard Hughes <richard@hughsie.com>2022-09-13 11:42:35 +0100
commit429e7186543c95a9e3d1be552168cdc9e5501d3b (patch)
tree34df3a0efcc7df703bbe71db3ad8697a1f225475
parentb56401f4b27f24ebe4a23d54d226558af5f96d26 (diff)
downloadgusb-429e7186543c95a9e3d1be552168cdc9e5501d3b.tar.gz
trivial: Fix up clang-format issue
-rw-r--r--gusb/gusb-device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gusb/gusb-device.c b/gusb/gusb-device.c
index b3b3efd..601e5d6 100644
--- a/gusb/gusb-device.c
+++ b/gusb/gusb-device.c
@@ -344,7 +344,7 @@ _g_usb_device_save(GUsbDevice *self, JsonBuilder *json_builder, GError **error)
json_builder_set_member_name(json_builder, "PlatformId");
json_builder_add_string_value(json_builder, priv->platform_id);
}
-#if GLIB_CHECK_VERSION(2,62,0)
+#if GLIB_CHECK_VERSION(2, 62, 0)
if (priv->created != NULL) {
g_autofree gchar *str = g_date_time_format_iso8601(priv->created);
json_builder_set_member_name(json_builder, "Created");