diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-11-29 12:11:46 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-11-29 12:11:46 +0000 |
commit | 5ae34aa8e1e6633f3a7516805adf100028a20999 (patch) | |
tree | 662d1df5ec97ef5148c6b944f259115503643a38 /lib | |
parent | 0eb8414750456a7a2584a8863b1e217e8bff88cd (diff) |
killed trailing whitespace
Diffstat (limited to 'lib')
-rw-r--r-- | lib/base64.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/base64.h b/lib/base64.h index 307148eef..4f49f72d4 100644 --- a/lib/base64.h +++ b/lib/base64.h @@ -1,10 +1,10 @@ #ifndef __BASE64_H #define __BASE64_H /*************************************************************************** - * _ _ ____ _ - * Project ___| | | | _ \| | - * / __| | | | |_) | | - * | (__| |_| | _ <| |___ + * _ _ ____ _ + * Project ___| | | | _ \| | + * / __| | | | |_) | | + * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 1998 - 2004, Daniel Stenberg, <daniel@haxx.se>, et al. @@ -12,7 +12,7 @@ * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at http://curl.haxx.se/docs/copyright.html. - * + * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. |