aboutsummaryrefslogtreecommitdiffstats
path: root/src/crt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/crt.h')
-rw-r--r--src/crt.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/crt.h b/src/crt.h
index 9ba699d..7f5c1e1 100644
--- a/src/crt.h
+++ b/src/crt.h
@@ -1,4 +1,4 @@
-/*
+/*
* crt.h:
*
* Copyright (c) 2008 James McKenzie <james@fishsoup.dhs.org>,
@@ -6,12 +6,15 @@
*
*/
-/*
+/*
* $Id$
*/
-/*
+/*
* $Log$
+ * Revision 1.17 2008/03/07 12:37:04 james
+ * *** empty log message ***
+ *
* Revision 1.16 2008/03/03 06:04:42 james
* *** empty log message ***
*
@@ -105,8 +108,7 @@
#define CRT_COLOR_NORMAL CRT_MAKE_COLOR(CRT_FGCOLOR_NORMAL,CRT_BGCOLOR_NORMAL)
-typedef struct __attribute__ ((packed))
-{
+typedef struct __attribute__ ((packed)) {
uint32_t chr;
uint8_t attr;
uint8_t color;