Don't mix real tabs with tabs expanded as 8 spaces -- that's

a pain to read when using 4-space tabs.
This commit is contained in:
Bodo Möller
1999-06-07 20:26:51 +00:00
parent 9e06f6f601
commit b1c4fe3625
21 changed files with 224 additions and 224 deletions

View File

@@ -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
}