remove trailing whitespace

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23815 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-09-13 09:21:03 +00:00
parent e172367898
commit 6937d41a02
940 changed files with 23827 additions and 23827 deletions

View File

@@ -1,7 +1,7 @@
/* Copyright 1992 Simmule Turner and Rich Salz. All rights reserved.
/* Copyright 1992 Simmule Turner and Rich Salz. All rights reserved.
*
* This software is not subject to any license of the American Telephone
* and Telegraph Company or of the Regents of the University of California.
* This software is not subject to any license of the American Telephone
* and Telegraph Company or of the Regents of the University of California.
*
* Permission is granted to anyone to use this software for any purpose on
* any computer system, and to alter it and redistribute it freely, subject
@@ -33,7 +33,7 @@ compare(const void *p1, const void *p2)
{
char * const *v1;
char * const *v2;
v1 = (char * const *)p1;
v2 = (char * const *)p2;
return strcmp(*v1, *v2);
@@ -140,7 +140,7 @@ rl_complete_filename(char *pathname, int *unique)
size_t j;
size_t len;
char *s;
ac = rl_list_possib(pathname, &av);
if(ac == 0)
return NULL;