summaryrefslogtreecommitdiff
path: root/props.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-11-10 22:48:12 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-11-10 22:48:12 -0800
commit468b19fd8729690dc4c2d1a1f20294991949ac35 (patch)
tree5c0fa425e2b13efc0aa2d4078a40546498811ec6 /props.c
parenta15d4d640732edf31f462c606d358e6ff7ddb60f (diff)
Strip trailing whitespace
Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}' git diff -w & git diff -b show no diffs from this change Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'props.c')
-rw-r--r--props.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/props.c b/props.c
index cd45177..465bea8 100644
--- a/props.c
+++ b/props.c
@@ -1,5 +1,5 @@
/*
-
+
Copyright 1990, 1991, 1998 The Open Group
Permission to use, copy, modify, distribute, and sell this software and its
@@ -23,7 +23,7 @@ used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
* Copyright 1990, 1991 Network Computing Devices;
- * Portions Copyright 1987 by Digital Equipment Corporation
+ * Portions Copyright 1987 by Digital Equipment Corporation
*
* Permission to use, copy, modify, distribute, and sell this software and
* its documentation for any purpose is hereby granted without fee, provided
@@ -66,10 +66,10 @@ AddQuotes(unsigned char *string, int length)
}
Bool
-EmitProperties(FILE *outFile,
- FSXFontInfoHeader *fontHeader,
- FSPropInfo *propInfo,
- FSPropOffset *propOffsets,
+EmitProperties(FILE *outFile,
+ FSXFontInfoHeader *fontHeader,
+ FSPropInfo *propInfo,
+ FSPropOffset *propOffsets,
unsigned char *propData)
{
int nProperties;