summaryrefslogtreecommitdiff
path: root/gusb/gusb-endpoint-private.h
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2022-09-04 19:35:35 +0100
committerRichard Hughes <richard@hughsie.com>2022-09-04 22:32:55 +0100
commit91a213f7687c39f83cadb022739d09d37d392cee (patch)
treeb6637e85954baf0e522f58e17d8d1003f26b0f98 /gusb/gusb-endpoint-private.h
parent36f53da169cd5ad7f690b682729f35d057353758 (diff)
downloadgusb-91a213f7687c39f83cadb022739d09d37d392cee.tar.gz
Reformat the code using clang-format
This frees up mental energy when reviewing patches and is something I should have done a long time ago.
Diffstat (limited to 'gusb/gusb-endpoint-private.h')
-rw-r--r--gusb/gusb-endpoint-private.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gusb/gusb-endpoint-private.h b/gusb/gusb-endpoint-private.h
index 2646bb9..05bf860 100644
--- a/gusb/gusb-endpoint-private.h
+++ b/gusb/gusb-endpoint-private.h
@@ -7,12 +7,12 @@
#pragma once
-#include <libusb.h>
-
#include <gusb/gusb-endpoint.h>
+#include <libusb.h>
G_BEGIN_DECLS
-GUsbEndpoint *_g_usb_endpoint_new (const struct libusb_endpoint_descriptor *endpoint);
+GUsbEndpoint *
+_g_usb_endpoint_new(const struct libusb_endpoint_descriptor *endpoint);
G_END_DECLS