]> code.ossystems Code Review - openembedded-core.git/commitdiff
valgrind: Delete trailing whitespaces
authorKhem Raj <raj.khem@gmail.com>
Wed, 14 Apr 2021 16:40:16 +0000 (09:40 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 18 Apr 2021 10:29:04 +0000 (11:29 +0100)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/valgrind/valgrind_3.17.0.bb

index 2eea84c229706e379d34b71d9b2e4f938a3ae6a7..eb7b9d23838d0e64cc80b9b5d2b2c14bfaf934d4 100644 (file)
@@ -55,7 +55,6 @@ COMPATIBLE_HOST = '(i.86|x86_64|arm|aarch64|mips|powerpc|powerpc64).*-linux'
 # argument. Change expected stderr files accordingly.
 do_patch_append() {
     bb.build.exec_func('do_sed_paths', d)
-    
 }
 
 do_sed_paths() {
@@ -157,7 +156,7 @@ do_install_ptest() {
     #
     # The regression tests require scripts and data files that are not
     # copied to the build directory.  They must be copied from the
-    # source directory. 
+    # source directory.
     saved_dir=$PWD
     for parent_dir in ${S} ${B} ; do
         cd $parent_dir