summaryrefslogtreecommitdiffstats
path: root/package/cxxtest
diff options
context:
space:
mode:
authorRicardo Martincoski <ricardo.martincoski@gmail.com>2017-04-04 19:50:12 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-04-06 22:40:53 +0200
commit0c21ee46a79a6ea36744aa2d453db8280a35db67 (patch)
tree93c0d1a8c47792824882143988106bf81960a954 /package/cxxtest
parent6eb5cf144f0cabc399ada1e4963fc66bbb5a8c62 (diff)
downloadbuildroot-0c21ee46a79a6ea36744aa2d453db8280a35db67.tar.gz
buildroot-0c21ee46a79a6ea36744aa2d453db8280a35db67.zip
package: normalize separator size to 80
Occurrences were searched using [1]: check-package --include-only PackageHeader $(find * -type f) and manually fixed to comply to [2]. [1] http://patchwork.ozlabs.org/patch/729669/ [2] http://nightly.buildroot.org/#writing-rules-mk Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/cxxtest')
-rw-r--r--package/cxxtest/cxxtest.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/cxxtest/cxxtest.mk b/package/cxxtest/cxxtest.mk
index 4ea9adf6a6..7d494c8f11 100644
--- a/package/cxxtest/cxxtest.mk
+++ b/package/cxxtest/cxxtest.mk
@@ -1,8 +1,8 @@
-#######################################################################################
+################################################################################
#
# cxxtest
#
-#######################################################################################
+################################################################################
CXXTEST_VERSION = 4.4
CXXTEST_SITE = https://github.com/CxxTest/cxxtest/releases/download/$(CXXTEST_VERSION)
OpenPOWER on IntegriCloud