aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/postit2.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-08-23 14:22:52 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-08-23 14:22:52 +0000
commitd736ac51c047119c8d82df9f18b127cbcecc86c6 (patch)
tree6528e0eb712bdcb8a64cb1dd1ac02b500cf88fdb /docs/examples/postit2.c
parente8b295ff7d2d887b0a021914ec0d31c6f186200f (diff)
downloadgnurl-d736ac51c047119c8d82df9f18b127cbcecc86c6.tar.gz
gnurl-d736ac51c047119c8d82df9f18b127cbcecc86c6.tar.bz2
gnurl-d736ac51c047119c8d82df9f18b127cbcecc86c6.zip
stripped trailing whitespace
Diffstat (limited to 'docs/examples/postit2.c')
-rw-r--r--docs/examples/postit2.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/examples/postit2.c b/docs/examples/postit2.c
index d1ecadd61..e022d284f 100644
--- a/docs/examples/postit2.c
+++ b/docs/examples/postit2.c
@@ -1,8 +1,8 @@
/*****************************************************************************
- * _ _ ____ _
- * Project ___| | | | _ \| |
- * / __| | | | |_) | |
- * | (__| |_| | _ <| |___
+ * _ _ ____ _
+ * Project ___| | | | _ \| |
+ * / __| | | | |_) | |
+ * | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
* $Id$
@@ -53,7 +53,7 @@ int main(int argc, char *argv[])
CURLFORM_COPYNAME, "filename",
CURLFORM_COPYCONTENTS, "postit2.c",
CURLFORM_END);
-
+
/* Fill in the submit field too, even if this is rarely needed */
curl_formadd(&formpost,