summaryrefslogtreecommitdiff
path: root/fpemulation.c
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2008-11-18 00:13:03 +0000
committerMatt Turner <mattst88@gmail.com>2008-11-18 00:13:03 +0000
commit361131899a0b60115fd48d8c08b930e0866292d1 (patch)
tree298c200cf03e1ffb622e1bb351cb8623eb42c8c1 /fpemulation.c
parent57d728301cd1828f4597624437df4355385f3d05 (diff)
Strip trailing whitespace
git-svn-id: svn://mattst88.com/svn/cleanbench/trunk@82 0d43b9a7-5ab2-4d7b-af9d-f64450cef757
Diffstat (limited to 'fpemulation.c')
-rw-r--r--fpemulation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpemulation.c b/fpemulation.c
index ac92099..14c2e0d 100644
--- a/fpemulation.c
+++ b/fpemulation.c
@@ -53,7 +53,7 @@ DoEmFloat(void)
bbase = malloc(ARRAY_SIZE * sizeof(InternalFPF));
cbase = malloc(ARRAY_SIZE * sizeof(InternalFPF));
-
+
SetupCPUEmFloatArrays(abase, bbase); /* FIXME: ugly */
/* See if we need to do self-adjusting code.*/