diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2004-06-07 10:05:43 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2004-06-07 10:05:43 +0000 |
commit | 802e1ede038010ddab31225f4b8a7e8d74f3b987 (patch) | |
tree | f9f07d2fb57da9843ac6b79e06e9266301b7e8b7 /lib/gnutls_int_compat.c | |
parent | e0781d87ea58ff1ac1b6439d60510a8a26ea9f54 (diff) | |
download | gnutls-802e1ede038010ddab31225f4b8a7e8d74f3b987.tar.gz |
changed indentation to 4 spaces instead of tabs.
Diffstat (limited to 'lib/gnutls_int_compat.c')
-rw-r--r-- | lib/gnutls_int_compat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gnutls_int_compat.c b/lib/gnutls_int_compat.c index ffb367a6b3..39ee08c2cd 100644 --- a/lib/gnutls_int_compat.c +++ b/lib/gnutls_int_compat.c @@ -3,10 +3,10 @@ /* This file contains functions needed only for binary compatibility * with previous versions. */ -#define GNUTLS_BACKWARDS_COMPATIBLE +#define GNUTLS_BACKWARDS_COMPATIBLE #ifdef GNUTLS_BACKWARDS_COMPATIBLE /* removed everything for 0.9.0 release */ -#endif /* GNUTLS_BACKWARDS_COMPATIBLE */ +#endif /* GNUTLS_BACKWARDS_COMPATIBLE */ |