Another round of indentation changes: Position braces consistently,
authorBodo Möller <bodo@openssl.org>
Wed, 6 Sep 2000 14:14:20 +0000 (14:14 +0000)
committerBodo Möller <bodo@openssl.org>
Wed, 6 Sep 2000 14:14:20 +0000 (14:14 +0000)
commitf684090cbe0706bcd0280f7a14f609bed3c640c0
treefe33f7b4c10a0030868b2e07fa3f2e7d65c74791
parentb7c190d97b6d2256d0f8e1c11527af4eca7df0ae
Another round of indentation changes: Position braces consistently,
add some whitespace for 'if ()', 'for ()', 'while ()' to distinguish
keywords from function names, and finally remove parens around return
values (why be stingy with whitespace but fill the source code
with an abundance of parentheses that are not needed to structure
expressions for readability?).
crypto/x509/x509_lu.c
crypto/x509/x509_vfy.c