aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-05-26 08:58:25 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-05-26 08:58:25 +0000
commit459801d6e0e3d829f5c2eefcec189a1842ef7e37 (patch)
treed76bf8b08c263bbf07e4c6a758ea653269d08501
parent2c43d64302cc58532768e7e98fceb0e3032950cc (diff)
strip trailing whitespace
-rw-r--r--docs/examples/ftpupload.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/examples/ftpupload.c b/docs/examples/ftpupload.c
index d51e43c4d..e69ec2d00 100644
--- a/docs/examples/ftpupload.c
+++ b/docs/examples/ftpupload.c
@@ -1,8 +1,8 @@
/*****************************************************************************
- * _ _ ____ _
- * Project ___| | | | _ \| |
- * / __| | | | |_) | |
- * | (__| |_| | _ <| |___
+ * _ _ ____ _
+ * Project ___| | | | _ \| |
+ * / __| | | | |_) | |
+ * | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
* $Id$
@@ -46,7 +46,7 @@ int main(int argc, char **argv)
close(hd) ;
/* get a FILE * of the same file, could also be made with
- fdopen() from the previous descriptor, but hey this is just
+ fdopen() from the previous descriptor, but hey this is just
an example! */
hd_src = fopen(LOCAL_FILE, "rb");