summaryrefslogtreecommitdiff
path: root/gusb/gusb-interface-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'gusb/gusb-interface-private.h')
-rw-r--r--gusb/gusb-interface-private.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gusb/gusb-interface-private.h b/gusb/gusb-interface-private.h
index 7e5c992..7efd171 100644
--- a/gusb/gusb-interface-private.h
+++ b/gusb/gusb-interface-private.h
@@ -7,12 +7,12 @@
#pragma once
-#include <libusb.h>
-
#include <gusb/gusb-interface.h>
+#include <libusb.h>
G_BEGIN_DECLS
-GUsbInterface *_g_usb_interface_new (const struct libusb_interface_descriptor *iface);
+GUsbInterface *
+_g_usb_interface_new(const struct libusb_interface_descriptor *iface);
G_END_DECLS