diff options
| author | 2014-04-21 16:00:04 +0000 | |
|---|---|---|
| committer | 2014-04-21 16:00:04 +0000 | |
| commit | b436a8e3864f6d443b667d5cdc1cfeac1d7567d3 (patch) | |
| tree | cf1ddd15517c7f41750149cbcddf424452b7e686 /lib/libssl/src/crypto/pqueue/pq_test.c | |
| parent | Use a better way that ensures that NIFS is really 0 if there are no (diff) | |
| download | wireguard-openbsd-b436a8e3864f6d443b667d5cdc1cfeac1d7567d3.tar.xz wireguard-openbsd-b436a8e3864f6d443b667d5cdc1cfeac1d7567d3.zip | |
KNF.
Diffstat (limited to 'lib/libssl/src/crypto/pqueue/pq_test.c')
| -rw-r--r-- | lib/libssl/src/crypto/pqueue/pq_test.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libssl/src/crypto/pqueue/pq_test.c b/lib/libssl/src/crypto/pqueue/pq_test.c index 8d496dfc655..4cd785500c3 100644 --- a/lib/libssl/src/crypto/pqueue/pq_test.c +++ b/lib/libssl/src/crypto/pqueue/pq_test.c @@ -1,7 +1,7 @@ /* crypto/pqueue/pq_test.c */ -/* +/* * DTLS implementation written by Nagendra Modadugu - * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. + * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. */ /* ==================================================================== * Copyright (c) 1999-2005 The OpenSSL Project. All rights reserved. @@ -11,7 +11,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -61,7 +61,7 @@ int main(void) - { +{ pitem *item; pqueue pq; @@ -87,9 +87,9 @@ main(void) pqueue_print(pq); - for(item = pqueue_pop(pq); item != NULL; item = pqueue_pop(pq)) + for (item = pqueue_pop(pq); item != NULL; item = pqueue_pop(pq)) pitem_free(item); pqueue_free(pq); return 0; - } +} |
