]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
package: remove trailing whitespace
authorRicardo Martincoski <ricardo.martincoski@gmail.com>
Tue, 4 Apr 2017 22:50:09 +0000 (19:50 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 6 Apr 2017 20:39:47 +0000 (22:39 +0200)
Occurrences were searched using [1]:
check-package --include-only TrailingSpace $(find * -type f)
and manually removed.

[1] http://patchwork.ozlabs.org/patch/729666/

Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/google-breakpad/google-breakpad.mk
package/leafnode2/leafnode2.mk
package/mbedtls/Config.in
package/protobuf/Config.in

index fd5a45d8743a887e50bdd1f03fb571b72ddd6d45..191ee5bec215f14e0725e0e62cf5fc678dbe84be 100644 (file)
@@ -15,7 +15,7 @@ GOOGLE_BREAKPAD_LICENSE = BSD-3-Clause
 GOOGLE_BREAKPAD_LICENSE_FILES = LICENSE
 GOOGLE_BREAKPAD_DEPENDENCIES = host-google-breakpad linux-syscall-support
 
-HOST_GOOGLE_BREAKPAD_DEPENDENCIES = host-linux-syscall-support 
+HOST_GOOGLE_BREAKPAD_DEPENDENCIES = host-linux-syscall-support
 
 # Avoid using depot-tools to download this file.
 define HOST_GOOGLE_BREAKPAD_LSS
index 92039c13c775e6367789356781bcb69ab3040de5..4a920ccf925c4d6839320d94a2c3804e6cd979a3 100644 (file)
@@ -16,7 +16,7 @@ LEAFNODE2_CONF_ENV = \
 
 # --enable-runas-user use 'news' as default but the configure stop
 # if news doesn't exist on the build host.
-# Use 'root' while cross-compiling 
+# Use 'root' while cross-compiling
 LEAFNODE2_CONF_OPTS = \
        --sysconfdir=/etc/leafnode2 \
        --enable-spooldir=/var/spool/news \
index ed63f2da58fa95fd12de4cedf98c8fa918738029..8836984cb52a8c320f3aea702f0f4c1e4ba84f86 100644 (file)
@@ -23,7 +23,7 @@ config BR2_PACKAGE_MBEDTLS_COMPRESSION
        help
          Enable support for compression of the content data before it
          enters the secure channel as described in RFC 3749.
-         
+
          Warning: TLS compression may make you vulnerable to the CRIME
          attack. You should not enable it unless you know for sure CRIME
          and similar attacks are not applicable to your particular
index bccf258f629d43ab6ca495a524c935fb9fbe9202..bece56c29e9d19d4d43ebef9a6572c98eb101a88 100644 (file)
@@ -11,7 +11,7 @@
 #
 # Since protobuf most likely only uses the 1, 2 and 4-byte variants, it
 # *could* technically build with gcc 4.7. This is probably not a big deal,
-# and we can live with requiring gcc 4.8 on PowerPC to build protobuf. 
+# and we can live with requiring gcc 4.8 on PowerPC to build protobuf.
 #
 # The SPARC64 build fails due to a missing definition of Atomic64. This
 # has been fixed on the master branch but the build still breaks due to