summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/sprite.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make/sprite.h')
-rw-r--r--usr.bin/make/sprite.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/make/sprite.h b/usr.bin/make/sprite.h
index 11ecc36..4445a00 100644
--- a/usr.bin/make/sprite.h
+++ b/usr.bin/make/sprite.h
@@ -46,7 +46,7 @@
*/
#ifndef _SPRITE
-#define _SPRITE
+#define _SPRITE
/*
* A boolean type is defined as an integer, not an enum. This allows a
@@ -55,15 +55,15 @@
typedef int Boolean;
#ifndef TRUE
-#define TRUE 1
+#define TRUE 1
#endif /* TRUE */
#ifndef FALSE
-#define FALSE 0
+#define FALSE 0
#endif /* FALSE */
typedef int ReturnStatus;
-#define SUCCESS 0
-#define FAILURE 1
+#define SUCCESS 0
+#define FAILURE 1
#endif /* _SPRITE */
OpenPOWER on IntegriCloud