diff options
author | Ruediger Pluem <rpluem@apache.org> | 2009-10-16 20:56:50 +0000 |
---|---|---|
committer | Ruediger Pluem <rpluem@apache.org> | 2009-10-16 20:56:50 +0000 |
commit | 3905d69eb5cf1068ff2ddeff2fbc499048c2945a (patch) | |
tree | e702d184000265bcc8e5ea44abfe659bc07f0947 | |
parent | e265313965d2a6f91f8152c19443a61121112f3f (diff) | |
download | apr-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-- | CHANGES | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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] |