Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
tabs->spaces

Change-Id: I95438916a3a9c77ec3a6d81e65766136866715a4
Signed-off-by: Ry Jones <rjones@linuxfoundation.org>
  • Loading branch information
ryjones committed Apr 13, 2017
1 parent 18ec851 commit e1dc407
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bccsp/factory/factory_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ BCCSP:
PKCS11:
Hash: SHA3
Security: 256
Library: %s
Pin: '%s'
Label: %s
Expand Down
2 changes: 1 addition & 1 deletion bddtests/regression/go/ote/ote.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
8 changes: 4 additions & 4 deletions unit-test/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e1dc407

Please sign in to comment.