[felix-osgi-obr] 08/10: Remove trailing whitespace

Markus Koschany apo at moszumanska.debian.org
Fri Dec 22 14:13:18 UTC 2017


This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository felix-osgi-obr.

commit c77e11e300d94b4f8613bb5be1147dfb522ac430
Author: Markus Koschany <apo at debian.org>
Date:   Fri Dec 22 14:58:39 2017 +0100

    Remove trailing whitespace
---
 debian/build.xml   | 2 +-
 debian/orig-tar.sh | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/build.xml b/debian/build.xml
index cc2851d..9a0892f 100644
--- a/debian/build.xml
+++ b/debian/build.xml
@@ -59,7 +59,7 @@
     <!-- copy resources -->
     <copy todir="${build.dst.classes}">
       <fileset dir="${build.src}" excludes="**/*.java **/*.html **/*.xml **/*.ini"/>
-    </copy>  
+    </copy>
 </target>
 
 <!-- javadoc ============================================================= -->
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index 00ecdbb..673381f 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -1,4 +1,4 @@
-#!/bin/sh 
+#!/bin/sh
 
 set -x
 
@@ -8,7 +8,7 @@ TAR=../"$package"_$2.orig.tar.gz
 DIR=$package-$2.orig
 
 
-tar xfz $3 
+tar xfz $3
 mv org.osgi.service.obr-$2 $DIR
 GZIP=--best tar -c -z -f $TAR $DIR
 rm -rf $DIR $3

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/felix-osgi-obr.git



More information about the pkg-java-commits mailing list