From e1dc407cbda550f9a932c4f3bae52e3c1a179630 Mon Sep 17 00:00:00 2001 From: Ry Jones Date: Thu, 13 Apr 2017 09:48:34 -0700 Subject: [PATCH] Remove trailing whitespace tabs->spaces Change-Id: I95438916a3a9c77ec3a6d81e65766136866715a4 Signed-off-by: Ry Jones --- bccsp/factory/factory_test.go | 2 +- bddtests/regression/go/ote/ote.go | 2 +- unit-test/run.sh | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bccsp/factory/factory_test.go b/bccsp/factory/factory_test.go index 068877a4a1c..74290a87e17 100644 --- a/bccsp/factory/factory_test.go +++ b/bccsp/factory/factory_test.go @@ -49,7 +49,7 @@ BCCSP: PKCS11: Hash: SHA3 Security: 256 - + Library: %s Pin: '%s' Label: %s diff --git a/bddtests/regression/go/ote/ote.go b/bddtests/regression/go/ote/ote.go index 63b65e15947..a36bcb90fd1 100644 --- a/bddtests/regression/go/ote/ote.go +++ b/bddtests/regression/go/ote/ote.go @@ -453,7 +453,7 @@ func startProducer(serverAddr string, chainID string, ordererIndex int, channelI b.broadcast([]byte(fmt.Sprintf("Testing %v", time.Now()))) err = b.getAck() if err == nil { - (*txSentCntrP)++ + (*txSentCntrP)++ if printProgressLogs && (*txSentCntrP)%printLogCnt == 0 { mult++ if debugflag1 { diff --git a/unit-test/run.sh b/unit-test/run.sh index e4f8ee6ccf7..c498de1e482 100755 --- a/unit-test/run.sh +++ b/unit-test/run.sh @@ -12,10 +12,10 @@ PKGS=`go list ${TEST_PKGS} 2> /dev/null | \ grep -v /vendor/ | \ grep -v /build/ | \ grep -v /bddtests/ | \ - grep -v /examples/chaincode/chaintool/ | \ - grep -v /examples/chaincode/go/asset_management | \ - grep -v /examples/chaincode/go/utxo | \ - grep -v /examples/chaincode/go/rbac_tcerts_no_attrs` + grep -v /examples/chaincode/chaintool/ | \ + grep -v /examples/chaincode/go/asset_management | \ + grep -v /examples/chaincode/go/utxo | \ + grep -v /examples/chaincode/go/rbac_tcerts_no_attrs` if [ x$ARCH == xppc64le -o x$ARCH == xs390x ] then