From b1c4fe36258dde2950f59fec5d5f86743e495d9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Mon, 7 Jun 1999 20:26:51 +0000 Subject: Don't mix real tabs with tabs expanded as 8 spaces -- that's a pain to read when using 4-space tabs. --- crypto/mem.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crypto/mem.c') diff --git a/crypto/mem.c b/crypto/mem.c index d9d1c7a252..75ab2a1b36 100644 --- a/crypto/mem.c +++ b/crypto/mem.c @@ -336,8 +336,8 @@ void CRYPTO_mem_leaks(BIO *b) #if 0 lh_stats_bio(mh,b); - lh_node_stats_bio(mh,b); - lh_node_usage_stats_bio(mh,b); + lh_node_stats_bio(mh,b); + lh_node_usage_stats_bio(mh,b); #endif } -- cgit v1.2.3