git: 63271dc2b9 - main - Remove trailing whitespace from the end of some lines.

From: Benedict Reuschling <bcr_at_FreeBSD.org>
Date: Sat, 29 Jan 2022 12:43:14 UTC
The branch main has been updated by bcr:

URL: https://cgit.FreeBSD.org/doc/commit/?id=63271dc2b94cccba5fda21f500e4326c6af79cb2

commit 63271dc2b94cccba5fda21f500e4326c6af79cb2
Author:     Benedict Reuschling <bcr@FreeBSD.org>
AuthorDate: 2022-01-29 12:42:20 +0000
Commit:     Benedict Reuschling <bcr@FreeBSD.org>
CommitDate: 2022-01-29 12:42:20 +0000

    Remove trailing whitespace from the end of some lines.
---
 documentation/content/en/books/handbook/cutting-edge/_index.adoc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/documentation/content/en/books/handbook/cutting-edge/_index.adoc b/documentation/content/en/books/handbook/cutting-edge/_index.adoc
index c366ff4113..5dddd4474e 100644
--- a/documentation/content/en/books/handbook/cutting-edge/_index.adoc
+++ b/documentation/content/en/books/handbook/cutting-edge/_index.adoc
@@ -176,7 +176,7 @@ Effectively, `freebsd-update` will attempt to update every file which belongs to
 [[freebsdupdate-security-patches]]
 === Applying Security Patches
 
-The process of applying FreeBSD security patches has been simplified, allowing an administrator to keep a system fully patched using `freebsd-update`. 
+The process of applying FreeBSD security patches has been simplified, allowing an administrator to keep a system fully patched using `freebsd-update`.
 More information about FreeBSD security advisories can be found in crossref:security[security-advisories,"FreeBSD Security Advisories"].
 
 FreeBSD security patches may be downloaded and installed using the following commands.
@@ -407,7 +407,7 @@ After a major version upgrade, all installed packages and ports need to be upgra
 Packages can be upgraded using `pkg upgrade`.
 To upgrade installed ports, use a utility such as package:ports-mgmt/portmaster[].
 
-A forced upgrade of all installed packages will replace the packages with fresh versions from the repository even if the version number has not increased. 
+A forced upgrade of all installed packages will replace the packages with fresh versions from the repository even if the version number has not increased.
 This is required because of the ABI version change when upgrading between major versions of FreeBSD.
 The forced upgrade can be accomplished by performing:
 
@@ -423,7 +423,7 @@ A rebuild of all installed applications can be accomplished with this command:
 # portmaster -af
 ....
 
-This command will display the configuration screens for each application that has configurable options and wait for the user to interact with those screens. 
+This command will display the configuration screens for each application that has configurable options and wait for the user to interact with those screens.
 To prevent this behavior, and use only the default options, include `-G` in the above command.
 
 Once the software upgrades are complete,
@@ -541,7 +541,7 @@ FreeBSD-CURRENT is the "bleeding edge" of FreeBSD development and FreeBSD-CURREN
 Less technical users who wish to track a development branch should track FreeBSD-STABLE instead.
 
 FreeBSD-CURRENT is the very latest source code for FreeBSD and includes works in progress, experimental changes, and transitional mechanisms that might or might not be present in the next official release.
-While many FreeBSD developers compile the FreeBSD-CURRENT source code daily, there are short periods of time when the source may not be buildable. 
+While many FreeBSD developers compile the FreeBSD-CURRENT source code daily, there are short periods of time when the source may not be buildable.
 These problems are resolved as quickly as possible, but whether or not FreeBSD-CURRENT brings disaster or new functionality can be a matter of when the source code was synced.
 
 FreeBSD-CURRENT is made available for three primary interest groups: