From e9a3ea52432e88e05b37d79a2d76aaf8afaefa7f Mon Sep 17 00:00:00 2001 From: imp Date: Wed, 13 Jun 2012 05:02:51 +0000 Subject: trim trailing whitespace --- sys/arm/include/fp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/arm/include/fp.h') diff --git a/sys/arm/include/fp.h b/sys/arm/include/fp.h index ada7203..25effd6 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]; -- cgit v1.1