summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-07-26 09:09:26 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-07-26 09:09:26 +0000
commitad63e1e69849c9dfe577f013eba9ea7319fc6d2e (patch)
tree866e347737b7e570f83e7c7f787d7f0bcc1dacb1 /src
parentd784526daef7bfa7ef365d723fc714afa12cfc33 (diff)
downloadcurl-ad63e1e69849c9dfe577f013eba9ea7319fc6d2e.tar.gz
removed trailing whitespace
Diffstat (limited to 'src')
-rw-r--r--src/writeout.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/writeout.c b/src/writeout.c
index 9ea27ee96..9ba9c80a8 100644
--- a/src/writeout.c
+++ b/src/writeout.c
@@ -1,8 +1,8 @@
/***************************************************************************
- * _ _ ____ _
- * Project ___| | | | _ \| |
- * / __| | | | |_) | |
- * | (__| |_| | _ <| |___
+ * _ _ ____ _
+ * Project ___| | | | _ \| |
+ * / __| | | | |_) | |
+ * | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
* Copyright (C) 1998 - 2004, Daniel Stenberg, <daniel@haxx.se>, et al.
@@ -10,7 +10,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.
@@ -223,5 +223,5 @@ void ourWriteOut(CURL *curl, char *writeinfo)
ptr++;
}
}
-
+
}