aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/include/pcb.h
diff options
context:
space:
mode:
authorMichal Meloun <mmel@FreeBSD.org>2015-11-10 12:02:41 +0000
committerMichal Meloun <mmel@FreeBSD.org>2015-11-10 12:02:41 +0000
commit4dbc00835dbc58681890dbb58dd72d120efce3c1 (patch)
tree9ed6a66d385e76a323d3f08933c70d44da503bca /sys/arm/include/pcb.h
parent89b4b669507938ee3f64608063f5eb0c43b48152 (diff)
downloadsrc-4dbc00835dbc58681890dbb58dd72d120efce3c1.tar.gz
src-4dbc00835dbc58681890dbb58dd72d120efce3c1.zip
ARM: Remove trailing whitespace from sys/arm/include
No functional changes. Approved by: kib (mentor)
Notes
Notes: svn path=/head/; revision=290648
Diffstat (limited to 'sys/arm/include/pcb.h')
-rw-r--r--sys/arm/include/pcb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/include/pcb.h b/sys/arm/include/pcb.h
index 71c3c26a63b7..29078e955fbb 100644
--- a/sys/arm/include/pcb.h
+++ b/sys/arm/include/pcb.h
@@ -62,7 +62,7 @@ struct pcb {
#endif
struct vfp_state pcb_vfpstate; /* VP/NEON state */
u_int pcb_vfpcpu; /* VP/NEON last cpu */
-} __aligned(8); /*
+} __aligned(8); /*
* We need the PCB to be aligned on 8 bytes, as we may
* access it using ldrd/strd, and ARM ABI require it
* to by aligned on 8 bytes.