From 0dd7af76f012e9a02182ed37b7cb0be3dcd55fed Mon Sep 17 00:00:00 2001 From: James Date: Mon, 5 May 2014 17:54:12 +0100 Subject: indent --- libdpf/usbuser.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'libdpf/usbuser.h') diff --git a/libdpf/usbuser.h b/libdpf/usbuser.h index 37fb705..d90b2ad 100644 --- a/libdpf/usbuser.h +++ b/libdpf/usbuser.h @@ -8,18 +8,18 @@ /** Our vendor specific USB commands to do stuff on the DPF */ -#define USBCMD_GETPROPERTY 0x00 ///< Get property -#define USBCMD_SETPROPERTY 0x01 ///< Set property -#define USBCMD_MEMREAD 0x04 ///< Memory read -#define USBCMD_APPLOAD 0x05 ///< Load and run applet -#define USBCMD_FILLRECT 0x11 ///< Fill screen rectangle -#define USBCMD_BLIT 0x12 ///< Blit to screen -#define USBCMD_COPYRECT 0x13 ///< Copy screen rectangle -#define USBCMD_FLASHLOCK 0x20 ///< Lock USB for flash access -#define USBCMD_PROBE 0xff ///< Get version code (probe) +#define USBCMD_GETPROPERTY 0x00 ///< Get property +#define USBCMD_SETPROPERTY 0x01 ///< Set property +#define USBCMD_MEMREAD 0x04 ///< Memory read +#define USBCMD_APPLOAD 0x05 ///< Load and run applet +#define USBCMD_FILLRECT 0x11 ///< Fill screen rectangle +#define USBCMD_BLIT 0x12 ///< Blit to screen +#define USBCMD_COPYRECT 0x13 ///< Copy screen rectangle +#define USBCMD_FLASHLOCK 0x20 ///< Lock USB for flash access +#define USBCMD_PROBE 0xff ///< Get version code (probe) /* Some special return codes */ -#define USB_IN_SEQUENCE 0x7f ///< We're inside a command sequence +#define USB_IN_SEQUENCE 0x7f ///< We're inside a command sequence // Property handling: -- cgit v1.2.3