summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuediger Pluem <rpluem@apache.org>2009-10-16 20:56:50 +0000
committerRuediger Pluem <rpluem@apache.org>2009-10-16 20:56:50 +0000
commit3905d69eb5cf1068ff2ddeff2fbc499048c2945a (patch)
treee702d184000265bcc8e5ea44abfe659bc07f0947
parente265313965d2a6f91f8152c19443a61121112f3f (diff)
downloadapr-3905d69eb5cf1068ff2ddeff2fbc499048c2945a.tar.gz
* Fix indentation.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.4.x@826084 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES8
1 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index e2cf21dc7..8a2f9c2df 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,10 +1,10 @@
-*- coding: utf-8 -*-
Changes for APR 1.4.0
- *) Make apr_pollset and apr_pollcb implementations using providers.
- Added apr_pollset_create_ex and apr_pollcb_create_ex that allows
- choosing non-default providers.
- [Mladen Turk]
+ *) Make apr_pollset and apr_pollcb implementations using providers.
+ Added apr_pollset_create_ex and apr_pollcb_create_ex that allows
+ choosing non-default providers.
+ [Mladen Turk]
*) apr_temp_dir_get() now checks the TMPDIR environment variable first,
instead of third. [Jim Jagielski]