aboutsummaryrefslogtreecommitdiff
path: root/share/examples
diff options
context:
space:
mode:
authorJens Schweikhardt <schweikh@FreeBSD.org>2017-12-16 12:23:59 +0000
committerJens Schweikhardt <schweikh@FreeBSD.org>2017-12-16 12:23:59 +0000
commitbb75e8bf8f7c91d4cf4d8686d56b128a1ee65623 (patch)
tree6cfcab4b0c043bc082a97564d3cfdfcadc5ec8f6 /share/examples
parente02f5a186951e99dc0858bc443e6a76d72894ece (diff)
downloadsrc-bb75e8bf8f7c91d4cf4d8686d56b128a1ee65623.tar.gz
src-bb75e8bf8f7c91d4cf4d8686d56b128a1ee65623.zip
Remove white space at EOL.
Notes
Notes: svn path=/head/; revision=326896
Diffstat (limited to 'share/examples')
-rw-r--r--share/examples/etc/make.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index a5772909f167..056103100394 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -59,11 +59,11 @@
# nonstandard optimization settings
# before submitting bug reports without patches to the developers.
#
-# CFLAGS.arch provides a mechanism for applying CFLAGS only when building
-# the given architecture. This is useful primarily on a system used for
-# cross-building, when you have a set of flags to apply to the TARGET_ARCH
-# being cross-built but don't want those settings applied to building the
-# cross-tools or other components that run on the build host machine.
+# CFLAGS.arch provides a mechanism for applying CFLAGS only when building
+# the given architecture. This is useful primarily on a system used for
+# cross-building, when you have a set of flags to apply to the TARGET_ARCH
+# being cross-built but don't want those settings applied to building the
+# cross-tools or other components that run on the build host machine.
#
# CXXFLAGS controls the compiler settings used when compiling C++ code.
# Note that CXXFLAGS is initially set to the value of CFLAGS. If you wish