summaryrefslogtreecommitdiff
path: root/include/apu_version.h
diff options
context:
space:
mode:
authorIvan Zhakov <ivan@apache.org>2022-11-19 16:12:13 +0000
committerIvan Zhakov <ivan@apache.org>2022-11-19 16:12:13 +0000
commitddf6aa4327df4eee8b481a222c2635ba000471c3 (patch)
tree0061d19699468e5d7a642b0e3a3ef9d685f88d12 /include/apu_version.h
parent8f3d73a1f9e996148291f1adb9889d5cc882a1c1 (diff)
downloadapr-ddf6aa4327df4eee8b481a222c2635ba000471c3.tar.gz
Remove trailing whitespaces.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1905407 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apu_version.h')
-rw-r--r--include/apu_version.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/apu_version.h b/include/apu_version.h
index b46aad503..2e9f6341d 100644
--- a/include/apu_version.h
+++ b/include/apu_version.h
@@ -20,7 +20,7 @@
/**
* @file apu_version.h
* @brief APR-util Versioning Interface
- *
+ *
* APR-util's Version
*
* There are several different mechanisms for accessing the version. There
@@ -45,7 +45,7 @@
* a compatibility stub.
*/
-/** major version
+/** major version
* Major API changes that could cause compatibility problems for older
* programs such as structure size changes. No binary compatibility is
* possible across a change in the major version.
@@ -62,7 +62,7 @@
*/
#define APU_MINOR_VERSION APR_MINOR_VERSION
-/** patch level
+/** patch level
* The Patch Level never includes API changes, simply bug fixes.
* Reset to 0 when upgrading APR_MINOR_VERSION
* In 2.0, for legacy support, this is an identity of the APR version.
@@ -70,7 +70,7 @@
*/
#define APU_PATCH_VERSION APR_PATCH_VERSION
-/**
+/**
* The symbol APU_IS_DEV_VERSION is only defined for internal,
* "development" copies of APU. It is undefined for released versions
* of APU.