summaryrefslogtreecommitdiff
path: root/src/FontNames.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2008-06-17 14:41:17 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2008-06-17 14:41:17 -0700
commitcf49e537014c3cb5aaee07e57400933e0bb72b6b (patch)
treee7b4fb52ba382a4609b7fcd596059b3432b264ec /src/FontNames.c
parentf76fd81dfbbd5cfae75c87ce0511e88e08529cf3 (diff)
Strip whitespace from end of lines in source files
Diffstat (limited to 'src/FontNames.c')
-rw-r--r--src/FontNames.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FontNames.c b/src/FontNames.c
index dc097856..97a0e7a3 100644
--- a/src/FontNames.c
+++ b/src/FontNames.c
@@ -39,7 +39,7 @@ register Display *dpy,
_Xconst char *pattern, /* null-terminated */
int maxNames,
int *actualCount) /* RETURN */
-{
+{
register long nbytes;
register unsigned i;
register int length;
@@ -102,7 +102,7 @@ int *actualCount) /* RETURN */
int
XFreeFontNames(char **list)
-{
+{
if (list) {
if (!*(list[0]-1)) { /* from ListFontsWithInfo */
register char **names;