aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/include/fp.h
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2012-06-13 05:02:51 +0000
committerWarner Losh <imp@FreeBSD.org>2012-06-13 05:02:51 +0000
commitee5cac8ab01819360dbc5d7fdac1f903fefe9479 (patch)
treea6ac72a3cc942a9deec9340b49338efe4b0f948c /sys/arm/include/fp.h
parent5e92d389b29e7b6d827e875428d795803760ca01 (diff)
downloadsrc-ee5cac8ab01819360dbc5d7fdac1f903fefe9479.tar.gz
src-ee5cac8ab01819360dbc5d7fdac1f903fefe9479.zip
trim trailing whitespace
Notes
Notes: svn path=/head/; revision=236992
Diffstat (limited to 'sys/arm/include/fp.h')
-rw-r--r--sys/arm/include/fp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/include/fp.h b/sys/arm/include/fp.h
index ada720303c7d..25effd693467 100644
--- a/sys/arm/include/fp.h
+++ b/sys/arm/include/fp.h
@@ -77,7 +77,7 @@ struct fpe_sp_state {
* Type for a saved FP context, if we want to translate the context to a
* user-readable form
*/
-
+
typedef struct {
u_int32_t fpsr;
fp_extended_precision_t regs[8];