From 033a4513d115b426c8afc741560d6e96d198ea02 Mon Sep 17 00:00:00 2001 From: Ken MacKay Date: Mon, 10 Jun 2013 22:27:40 -0700 Subject: [PATCH] Stray tabs to spaces. --- apps/makekeys.c | 14 ++--- test/speedtest.c | 14 ++--- test/verify_ecdh.c | 126 ++++++++++++++++++++++---------------------- test/verify_ecdsa.c | 52 +++++++++--------- 4 files changed, 103 insertions(+), 103 deletions(-) diff --git a/apps/makekeys.c b/apps/makekeys.c index fe5cd05..0b02381 100644 --- a/apps/makekeys.c +++ b/apps/makekeys.c @@ -41,13 +41,13 @@ int main(int argc, char **argv) } randfd = open("/dev/urandom", O_RDONLY); - if(randfd == -1) - { + if(randfd == -1) + { printf("No access to urandom\n"); return -1; - } - - uint32_t l_private[NUM_ECC_DIGITS]; + } + + uint32_t l_private[NUM_ECC_DIGITS]; EccPoint l_public; for(i=0; i