summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2004-03-15 14:31:41 +0000
committerJohan Dahlin <johan@gnome.org>2004-03-15 14:31:41 +0000
commite2b3dc3e4766375f9ddd92a324f9187ee06e7f9e (patch)
tree339c73da055a2e1a8e20abce36987bd4ff849c9a /include
parent37363193ba41518f16743547cae8bdbd59df15ae (diff)
*.h: Revert indentation changes.
Original commit message from CVS: * *.h: Revert indentation changes.
Diffstat (limited to 'include')
-rw-r--r--include/mmx.h3
-rw-r--r--include/sse.h3
2 files changed, 4 insertions, 2 deletions
diff --git a/include/mmx.h b/include/mmx.h
index 0c4a52ec0..620425501 100644
--- a/include/mmx.h
+++ b/include/mmx.h
@@ -94,7 +94,8 @@ typedef union
char b[8]; /* 8 Byte (8-bit) values */
unsigned char ub[8]; /* 8 Unsigned Byte */
float s[2]; /* Single-precision (32-bit) value */
-} mmx_t;
+}
+mmx_t;
diff --git a/include/sse.h b/include/sse.h
index 0e03bd849..44c904f1d 100644
--- a/include/sse.h
+++ b/include/sse.h
@@ -46,7 +46,8 @@
typedef union
{
float sf[4]; /* Single-precision (32-bit) value */
-} __attribute__ ((aligned (16))) sse_t; /* On a 16 byte (128-bit) boundary */
+}
+__attribute__ ((aligned (16))) sse_t; /* On a 16 byte (128-bit) boundary */
#if 0