aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2021-10-15 21:41:08 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2021-10-16 07:09:10 +0000
commitf8400861e757e89db222a37a807d5fe5ba4a0eda (patch)
tree8b668a6b136c8898787537cb51187abbe9a78641
parentead7b45ecda2f47008967fe015f32fceab44db65 (diff)
downloadports-f8400861e757e89db222a37a807d5fe5ba4a0eda.tar.gz
ports-f8400861e757e89db222a37a807d5fe5ba4a0eda.zip
devel/tlx: fix whitespace in pkg-descr.
-rw-r--r--devel/tlx/pkg-descr2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/tlx/pkg-descr b/devel/tlx/pkg-descr
index 32d4229c56a8..c06be810adb6 100644
--- a/devel/tlx/pkg-descr
+++ b/devel/tlx/pkg-descr
@@ -1,5 +1,5 @@
tlx is a collection of C++ helpers and extensions universally needed, but not
-found in the STL.The most important design goals and conventions are:
+found in the STL. The most important design goals and conventions are:
* high modularity with as little dependencies between modules as possible.
* attempt to never break existing interfaces.
* compile on all platforms with C++ - smartphones, supercomputers, windows, etc.