aboutsummaryrefslogtreecommitdiff
path: root/packages/Symbian
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2010-02-14 19:40:18 +0000
committerYang Tse <yangsita@gmail.com>2010-02-14 19:40:18 +0000
commita07bc79117971b96ebf3188c0a34a73ee0a3609b (patch)
tree4c5f985bd2bd407871dfc9d4bc8c05cbaa9851e2 /packages/Symbian
parent2268657272e591948467135dcd713bd80e3212b3 (diff)
removed trailing whitespace
Diffstat (limited to 'packages/Symbian')
-rw-r--r--packages/Symbian/group/curl.iby4
-rw-r--r--packages/Symbian/group/libcurl.mmp2
-rw-r--r--packages/Symbian/readme.txt2
3 files changed, 4 insertions, 4 deletions
diff --git a/packages/Symbian/group/curl.iby b/packages/Symbian/group/curl.iby
index f05bff3b8..7921aaa07 100644
--- a/packages/Symbian/group/curl.iby
+++ b/packages/Symbian/group/curl.iby
@@ -1,8 +1,8 @@
-//
+//
// curl file transfer utility command-line utility
//
// Use this file with buildrom to add curl to a device ROM
-//
+//
#ifndef CURL_IBY
#define CURL_IBY
diff --git a/packages/Symbian/group/libcurl.mmp b/packages/Symbian/group/libcurl.mmp
index cac26d5a8..512ff97ae 100644
--- a/packages/Symbian/group/libcurl.mmp
+++ b/packages/Symbian/group/libcurl.mmp
@@ -38,7 +38,7 @@ USERINCLUDE ../../../lib ../../../include/curl
#ifdef ENABLE_SSL
USERINCLUDE /epoc32/include/osextensions/stdapis
// Older versions of the SDK need this instead:
-//USERINCLUDE /epoc32/include/stdapis/openssl
+//USERINCLUDE /epoc32/include/stdapis/openssl
#endif
SYSTEMINCLUDE ../../../include /epoc32/include/stdapis /epoc32/include
diff --git a/packages/Symbian/readme.txt b/packages/Symbian/readme.txt
index 840447b5d..05834e7b1 100644
--- a/packages/Symbian/readme.txt
+++ b/packages/Symbian/readme.txt
@@ -9,7 +9,7 @@ from client applications as well as creating a GUI application to allow
file transfers. The author has no current plans to do so.
This means that integration with standard Symbian OS programs can be
-tricky, since libcurl isn't designed with Symbian's native asynchronous
+tricky, since libcurl isn't designed with Symbian's native asynchronous
message passing idioms in mind. However, it may be possible to use libcurl
in an active object-based application through libcurl's multi interface.
The port is most easily used when porting POSIX applications to Symbian