summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/include/ansi.h
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2003-10-11 22:08:58 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2003-10-11 22:08:58 +0000
commit57d2abb4c707e3cc3473d7afe7e191295d3dd748 (patch)
tree1e0922211e48024416c6954ba7d1fc429ac16e81 /sys/arch/mvme88k/include/ansi.h
parentf98251456fb2389246c3c5003d861df01903ab0b (diff)
Nuke trailing whitespace.
Diffstat (limited to 'sys/arch/mvme88k/include/ansi.h')
-rw-r--r--sys/arch/mvme88k/include/ansi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/include/ansi.h b/sys/arch/mvme88k/include/ansi.h
index 39aedc8cde0..809c570acf5 100644
--- a/sys/arch/mvme88k/include/ansi.h
+++ b/sys/arch/mvme88k/include/ansi.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ansi.h,v 1.15 2003/08/01 07:44:05 miod Exp $ */
+/* $OpenBSD: ansi.h,v 1.16 2003/10/11 22:08:57 miod Exp $ */
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
@@ -61,7 +61,7 @@ struct __va_list_tag;
* chosen over a long is that the is*() and to*() routines take ints (says
* ANSI C), but they use _RUNE_T_ instead of int. By changing it here, you
* lose a bit of ANSI conformance, but your programs will still work.
- *
+ *
* Note that _WCHAR_T_ and _RUNE_T_ must be of the same type. When wchar_t
* and rune_t are typedef'd, _WCHAR_T_ will be undef'd, but _RUNE_T remains
* defined for ctype.h.