From 7cbd849648d41c8b55b5b5fe618b8d20e75db868 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Sat, 17 May 2025 12:38:59 -0600 Subject: Sort+align #includes --- libusb/usb_common.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libusb/usb_common.c') diff --git a/libusb/usb_common.c b/libusb/usb_common.c index 9d438dc..9b222d6 100644 --- a/libusb/usb_common.c +++ b/libusb/usb_common.c @@ -4,12 +4,12 @@ * SPDX-License-Identifier: AGPL-3.0-or-later */ -#include /* for uint{n}_t types */ -#include /* for size_t */ -#include /* memcpy() */ -#include /* for malloc(), realloc(), reallocarray() */ +#include /* for size_t */ +#include /* for uint{n}_t types */ +#include /* for malloc(), realloc(), reallocarray() */ +#include /* memcpy() */ -#include /* for various tusb_*_t types */ +#include /* for various tusb_*_t types */ #include -- cgit v1.2.3-2-g168b