openssl/crypto/txt_db
KaoruToda 208fb891e3 Since return is inconsistent, I removed unnecessary parentheses and
unified them.
- return (0); -> return 0;
- return (1); -> return 1;
- return (-1); -> return -1;

Reviewed-by: Stephen Henson <steve@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4500)
2017-10-09 13:17:09 +01:00
..
build.info unified build scheme: add build.info files 2016-02-01 12:46:58 +01:00
txt_db.c Since return is inconsistent, I removed unnecessary parentheses and 2017-10-09 13:17:09 +01:00