From 82d4b3dd8580e08a13281822cdeea45234a86005 Mon Sep 17 00:00:00 2001 From: John Scipione Date: Fri, 20 Jun 2014 17:32:49 -0400 Subject: [PATCH] Tracker: style fixes to Cursors.h --- src/kits/tracker/Cursors.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/kits/tracker/Cursors.h b/src/kits/tracker/Cursors.h index 9e7076781b..fe1e67696d 100644 --- a/src/kits/tracker/Cursors.h +++ b/src/kits/tracker/Cursors.h @@ -1,12 +1,12 @@ /* - * Copyright 2009, Haiku Inc. All rights reserved. + * Copyright 2009 Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: - * Alexandre Deckner + * Alexandre Deckner, alex@zappotek.com */ -#ifndef CURSORS_H -#define CURSORS_H +#ifndef _CURSORS_H +#define _CURSORS_H // Exported with Wonderbrush from haiku/data/artwork/cursors/Overlays_Tracker @@ -47,4 +47,5 @@ const unsigned char kHelpCursor[] = {16, 1, 0, 1, 0xff, 0xfe, 0xff, 0xfe, 0x7f, 0xff, 0x1f, 0xff, 0x07, 0xfe, 0x01, 0xfc, 0x00, 0x08, 0x00, 0x1c}; -#endif // CURSORS_H + +#endif // _CURSORS_H