From a35fe7d9aaf069583ab36f8b52e781365b1b1280 Mon Sep 17 00:00:00 2001 From: Michael Gernoth Date: Fri, 11 Sep 2015 13:10:33 +0200 Subject: [PATCH 1/1] hm: formatting --- hm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hm.c b/hm.c index 818081f..1025613 100644 --- a/hm.c +++ b/hm.c @@ -96,7 +96,7 @@ uint8_t* hm_sign(uint8_t *key, uint8_t *challenge, uint8_t *m_frame, uint8_t *ex break; } - resp[i] ^= m_frame[PAYLOAD + 1+ i]; + resp[i] ^= m_frame[PAYLOAD + 1 + i]; } if (debug) -- 2.39.2