From b1c4fe36258dde2950f59fec5d5f86743e495d9d Mon Sep 17 00:00:00 2001 From: Bodo Möller 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/cversion.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/cversion.c') diff --git a/crypto/cversion.c b/crypto/cversion.c index e4e6afa69a..959b2611b7 100644 --- a/crypto/cversion.c +++ b/crypto/cversion.c @@ -72,7 +72,7 @@ const char *SSLeay_version(int t) static char buf[sizeof(DATE)+11]; sprintf(buf,"built on: %s",DATE); - return(buf); + return(buf); #else return("built on: date not available"); #endif -- cgit v1.2.3