diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2016-09-11 12:21:59 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2016-09-11 13:21:04 +0200 |
commit | aa2cc04b9ef04404b719db5d693e6f146dbe026a (patch) | |
tree | 469b7b176428d24e797ae39105705eea45ef1901 /lib/algorithms/secparams.c | |
parent | 09f1d96b662d34c55de9903a8a890ad887bcd699 (diff) | |
download | gnutls-aa2cc04b9ef04404b719db5d693e6f146dbe026a.tar.gz |
several spacing fixes to keep syntax-check happy
Diffstat (limited to 'lib/algorithms/secparams.c')
-rw-r--r-- | lib/algorithms/secparams.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/algorithms/secparams.c b/lib/algorithms/secparams.c index 081a6bf4cf..ee65fc7a90 100644 --- a/lib/algorithms/secparams.c +++ b/lib/algorithms/secparams.c @@ -60,7 +60,7 @@ static const gnutls_sec_params_entry sec_params[] = { #define GNUTLS_SEC_PARAM_LOOP(b) \ { const gnutls_sec_params_entry *p; \ - for(p = sec_params; p->name != NULL; p++) { b ; } } + for(p = sec_params; p->name != NULL; p++) { b ; } } /** * gnutls_sec_param_to_pk_bits: |