From b7976d2a53b27ec9c42f81a22e91704dbcc5fb53 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Sat, 13 Sep 2014 01:06:14 +0200 Subject: Properly rename header guards according to C++ standard --- src/usb.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/usb.h') diff --git a/src/usb.h b/src/usb.h index 6fe7ee6..50898c9 100644 --- a/src/usb.h +++ b/src/usb.h @@ -20,8 +20,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef __USB_H__ -#define __USB_H__ +#ifndef USB_H +#define USB_H #include #include "utils.h" -- cgit v1.1-32-gdbae