diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2015-09-30 15:13:55 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2015-09-30 15:13:55 +0000 |
commit | fd82dbea8675ae20e037702d2bef4ffaa426fc0f (patch) | |
tree | 4639448002bea3c7d783df14cf1091759186f9a8 /sys/arch/hppa | |
parent | cdcc4535b4686c8748e1805ed9817bcf0466a59d (diff) |
Remove some trailing whitespace.
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/include/disklabel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/include/disklabel.h b/sys/arch/hppa/include/disklabel.h index a0b3a52fb96..041946f8651 100644 --- a/sys/arch/hppa/include/disklabel.h +++ b/sys/arch/hppa/include/disklabel.h @@ -1,4 +1,4 @@ -/* $OpenBSD: disklabel.h,v 1.23 2015/09/30 14:57:03 krw Exp $ */ +/* $OpenBSD: disklabel.h,v 1.24 2015/09/30 15:13:54 krw Exp $ */ /* * Copyright (c) 1994 Christopher G. Demetriou @@ -123,7 +123,7 @@ struct hpux_label { #define LIF_FILESTART 8192 #define btolifs(b) (((b) + (LIF_SECTSIZE - 1)) / LIF_SECTSIZE) -#define lifstob(s) ((s) * LIF_SECTSIZE) +#define lifstob(s) ((s) * LIF_SECTSIZE) #define lifstodb(s) ((s) * LIF_SECTSIZE / DEV_BSIZE) #define MAXLIFSPACE 256 /* 512 byte blocks */ |