summaryrefslogtreecommitdiff
path: root/tools/smp-tester.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2013-11-28 17:51:17 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2013-11-28 17:51:17 +0200
commita58d20e41812d7c0e01d0cf5f63ddee420be0ac7 (patch)
tree2bff9bffccbf2937cc8def98ab6360ba0bc8e3bd /tools/smp-tester.c
parentf5899e36a409063828ff64e6e35f4c58e683b909 (diff)
downloadbluez-a58d20e41812d7c0e01d0cf5f63ddee420be0ac7.tar.gz
tools/smp-tester: Minor white space fix
Diffstat (limited to 'tools/smp-tester.c')
-rw-r--r--tools/smp-tester.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/smp-tester.c b/tools/smp-tester.c
index cf764f013..b9d8da3f9 100644
--- a/tools/smp-tester.c
+++ b/tools/smp-tester.c
@@ -201,7 +201,6 @@ static int alg_encrypt(int sk, uint8_t in[16], uint8_t out[16])
tester_warn("read(AF_ALG): %s", strerror(errno));
return 0;
-
}
static int smp_e(uint8_t key[16], uint8_t in[16], uint8_t out[16])