summaryrefslogtreecommitdiff
path: root/include/apr_file_io.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/apr_file_io.h')
-rw-r--r--include/apr_file_io.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/apr_file_io.h b/include/apr_file_io.h
index 4611b1a15..b1c088db4 100644
--- a/include/apr_file_io.h
+++ b/include/apr_file_io.h
@@ -58,8 +58,8 @@ extern "C" {
#define APR_FOPEN_TRUNCATE 0x00010 /**< Open the file and truncate
to 0 length */
#define APR_FOPEN_BINARY 0x00020 /**< Open the file in binary mode
- (This flag is ignored on UNIX
- because it has no meaning)*/
+ (This flag is ignored on UNIX
+ because it has no meaning)*/
#define APR_FOPEN_EXCL 0x00040 /**< Open should fail if #APR_FOPEN_CREATE
and file exists. */
#define APR_FOPEN_BUFFERED 0x00080 /**< Open the file for buffered I/O */
@@ -73,9 +73,9 @@ extern "C" {
process/machines */
#define APR_FOPEN_NOCLEANUP 0x00800 /**< Do not register a cleanup
when the file is opened. The
- apr_os_file_t handle in apr_file_t
- will not be closed when the pool
- is destroyed. */
+ apr_os_file_t handle in apr_file_t
+ will not be closed when the pool
+ is destroyed. */
#define APR_FOPEN_SENDFILE_ENABLED 0x01000 /**< Advisory flag that this
file should support
apr_socket_sendfile operation */