From b1225c11f89dad1a749b6572e50e5e5fce5234e8 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sat, 14 May 2016 12:01:37 -0400 Subject: Trailing whitespace cleanup. --- tests/test-rpc_get_random.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/test-rpc_get_random.c') diff --git a/tests/test-rpc_get_random.c b/tests/test-rpc_get_random.c index 9e9765d..e495514 100644 --- a/tests/test-rpc_get_random.c +++ b/tests/test-rpc_get_random.c @@ -55,11 +55,11 @@ int main(int argc, char *argv[]) len = atoi(argv[1]); if (len <= 0) /* no arg, or bad arg */ len = DEFAULT_LEN; - + uint8_t rnd[len]; #define check(op) { hal_error_t err; if ((err = (op)) != HAL_OK) { printf("%s: %s\n", #op, hal_error_string(err)); return 1; } } - + check(hal_rpc_client_init()); check(hal_rpc_get_random(rnd, sizeof(rnd))); -- cgit v1.2.3