diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-11-22 14:41:36 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-11-22 14:41:36 +0000 |
commit | 4207ef3d272513913785bd72c4686299f79cdcc4 (patch) | |
tree | ac9529a5c326b5a03df0a60b6673ecaf6dd4b5b6 /docs | |
parent | b3572269a42db0e9e5e3f68c3166f454e4e7df3c (diff) | |
download | curl-4207ef3d272513913785bd72c4686299f79cdcc4.tar.gz |
removed trailing whitespace
Diffstat (limited to 'docs')
-rw-r--r-- | docs/examples/http-post.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/examples/http-post.c b/docs/examples/http-post.c index 1b4154fbf..30ca3536b 100644 --- a/docs/examples/http-post.c +++ b/docs/examples/http-post.c @@ -1,8 +1,8 @@ /***************************************************************************** - * _ _ ____ _ - * Project ___| | | | _ \| | - * / __| | | | |_) | | - * | (__| |_| | _ <| |___ + * _ _ ____ _ + * Project ___| | | | _ \| | + * / __| | | | |_) | | + * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * $Id$ |