aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/ident.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge/ident.h')
-rw-r--r--engines/cge/ident.h17
1 files changed, 8 insertions, 9 deletions
diff --git a/engines/cge/ident.h b/engines/cge/ident.h
index 96e04f4e20..da36bfa682 100644
--- a/engines/cge/ident.h
+++ b/engines/cge/ident.h
@@ -25,18 +25,17 @@
* Copyright (c) 1994-1995 Janus B. Wisniewski and L.K. Avalon
*/
-#ifndef __IDENT__
-#define __IDENT__
+#ifndef __IDENT__
+#define __IDENT__
namespace CGE {
-struct IDENT
- {
- char copr[83];
- char fill[8];
- unsigned long disk;
- unsigned char cork;
- };
+struct IDENT {
+ char copr[83];
+ char fill[8];
+ unsigned long disk;
+ unsigned char cork;
+};
} // End of namespace CGE