summaryrefslogtreecommitdiff
path: root/include/arch
diff options
context:
space:
mode:
authorIvan Zhakov <ivan@apache.org>2022-07-08 20:55:13 +0000
committerIvan Zhakov <ivan@apache.org>2022-07-08 20:55:13 +0000
commit407ad9f12f81ca572a0dd6ca1be9ae78fac4cb3e (patch)
treef32898df4cd25c2acc1e6f9a5d8e9a55480a118a /include/arch
parente0132550068aab858bac67b5dbb409ccc14a3e20 (diff)
downloadapr-407ad9f12f81ca572a0dd6ca1be9ae78fac4cb3e.tar.gz
Replace tabs to spaces.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1902583 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/arch')
-rw-r--r--include/arch/beos/apr_arch_threadproc.h20
-rw-r--r--include/arch/win32/apr_arch_misc.h2
-rw-r--r--include/arch/win32/apr_private.h4
3 files changed, 13 insertions, 13 deletions
diff --git a/include/arch/beos/apr_arch_threadproc.h b/include/arch/beos/apr_arch_threadproc.h
index b7db0a300..6754681c8 100644
--- a/include/arch/beos/apr_arch_threadproc.h
+++ b/include/arch/beos/apr_arch_threadproc.h
@@ -37,7 +37,7 @@
#define PTHREAD_CANCEL_ENABLE CANCEL_ENABLE;
#define PTHREAD_CANCEL_DISABLE CANCEL_DISABLE;
-#define BEOS_MAX_DATAKEYS 128
+#define BEOS_MAX_DATAKEYS 128
struct apr_thread_t {
apr_pool_t *pool;
@@ -57,21 +57,21 @@ struct apr_threadattr_t {
struct apr_threadkey_t {
apr_pool_t *pool;
- int32 key;
+ int32 key;
};
struct beos_private_data {
- const void ** data;
- int count;
- volatile thread_id td;
+ const void ** data;
+ int count;
+ volatile thread_id td;
};
struct beos_key {
- int assigned;
- int count;
- sem_id lock;
- int32 ben_lock;
- void (* destructor) (void *);
+ int assigned;
+ int count;
+ sem_id lock;
+ int32 ben_lock;
+ void (* destructor) (void *);
};
struct apr_procattr_t {
diff --git a/include/arch/win32/apr_arch_misc.h b/include/arch/win32/apr_arch_misc.h
index fb5bb6102..6be12892f 100644
--- a/include/arch/win32/apr_arch_misc.h
+++ b/include/arch/win32/apr_arch_misc.h
@@ -84,7 +84,7 @@ typedef enum {
APR_WIN_98_SE = 16,
APR_WIN_ME = 18,
- APR_WIN_UNICODE = 20, /* Prior versions support only narrow chars */
+ APR_WIN_UNICODE = 20, /* Prior versions support only narrow chars */
APR_WIN_CE_3 = 23, /* CE is an odd beast, not supporting */
/* some pre-NT features, such as the */
diff --git a/include/arch/win32/apr_private.h b/include/arch/win32/apr_private.h
index c023d27bc..8842638cc 100644
--- a/include/arch/win32/apr_private.h
+++ b/include/arch/win32/apr_private.h
@@ -136,7 +136,7 @@ APR_DECLARE_DATA int errno;
/* MSVC 7.0 introduced _strtoi64 */
#if _MSC_VER >= 1300 && _INTEGRAL_MAX_BITS >= 64
-#define APR_INT64_STRFN _strtoi64
+#define APR_INT64_STRFN _strtoi64
#endif
#if APR_HAS_LARGE_FILES
@@ -171,7 +171,7 @@ APR_DECLARE_DATA int errno;
/* Windows ODBC sql.h is always present */
#define HAVE_SQL_H 1
-#define HAVE_ICONV_H APR_HAVE_ICONV
+#define HAVE_ICONV_H APR_HAVE_ICONV
/*
* Windows does not have GDBM, and we always use the bundled (new) Expat