Fix curly brace placement
diff --git a/uECC.c b/uECC.c index 1244b6c..f3dacb8 100644 --- a/uECC.c +++ b/uECC.c
@@ -159,8 +159,7 @@ static void bcopy(uint8_t *dst, const uint8_t *src, - unsigned num_bytes) -{ + unsigned num_bytes) { while (0 != num_bytes) { num_bytes--; dst[num_bytes] = src[num_bytes];