diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-12-16 17:30:42 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-12-16 17:30:42 +0100 |
commit | 6eb6bbfe8e504a611145f454f4045e8f49fd5e44 (patch) | |
tree | baba850cc86ee2d9d61de89da1cdfe408ad8694a /src/certtool-common.h | |
parent | bdcfdac13179eccee6294402f2654fece149f82b (diff) | |
download | gnutls-6eb6bbfe8e504a611145f454f4045e8f49fd5e44.tar.gz |
Indented code. Use same indentation but with -nut to avoid usage of tabs. In several editors tabs can be configured not to be 8 spaces and this produces artifacts with the current indentation that is a mixture of tabs and spaces.
Diffstat (limited to 'src/certtool-common.h')
-rw-r--r-- | src/certtool-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/certtool-common.h b/src/certtool-common.h index ec75ad2d10..b9b77d5600 100644 --- a/src/certtool-common.h +++ b/src/certtool-common.h @@ -63,7 +63,7 @@ gnutls_x509_crt_t load_cert (int mand, common_info_st * info); gnutls_datum *load_secret_key (int mand, common_info_st * info); gnutls_pubkey_t load_pubkey (int mand, common_info_st * info); gnutls_x509_crt_t *load_cert_list (int mand, size_t * size, - common_info_st * info); + common_info_st * info); /* returns the bits specified in cmd */ int get_bits (gnutls_pk_algorithm_t); |