[Pkg-golang-commits] [golang] 01/01: Whitespace
Tianon Gravi
tianon at debian.org
Wed Jun 1 13:55:47 UTC 2016
This is an automated email from the git hooks/post-receive script.
tianon pushed a commit to branch debian-sid
in repository golang.
commit 3e08b9a4e83bbf02fdc4b9c4d8d588807c88f769
Author: Tianon Gravi <tianon at debian.org>
Date: Wed Jun 1 06:55:43 2016 -0700
Whitespace
---
debian/golang-X.Y-go.postinst | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/debian/golang-X.Y-go.postinst b/debian/golang-X.Y-go.postinst
index 0621298..1609572 100644
--- a/debian/golang-X.Y-go.postinst
+++ b/debian/golang-X.Y-go.postinst
@@ -2,12 +2,12 @@
set -e
case "$1" in
- configure)
- # Very ugly hack to set timestamps same as /usr/lib/go-X.Y/bin/go
- find /usr/lib/go-X.Y/pkg -exec touch -r /usr/lib/go-X.Y/bin/go {} \;
- ;;
- *)
- ;;
+ configure)
+ # Very ugly hack to set timestamps same as /usr/lib/go-X.Y/bin/go
+ find /usr/lib/go-X.Y/pkg -exec touch -r /usr/lib/go-X.Y/bin/go {} \;
+ ;;
+ *)
+ ;;
esac
#DEBHELPER#
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-golang/golang.git
More information about the pkg-golang-commits
mailing list