aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr/crlcache.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2011-02-04 11:57:53 +0000
committerWerner Koch <[email protected]>2011-02-04 11:57:53 +0000
commitb008274afdbe375b32a7e66dbd073e200f6f0587 (patch)
tree219e239d39cf06be3f03aa82fb572080ac163a15 /dirmngr/crlcache.h
parentLet autogen.sh check the git config (diff)
downloadgnupg-b008274afdbe375b32a7e66dbd073e200f6f0587.tar.gz
gnupg-b008274afdbe375b32a7e66dbd073e200f6f0587.zip
Nuked almost all trailing white space.post-nuke-of-trailing-ws
We better do this once and for all instead of cluttering all future commits with diffs of trailing white spaces. In the majority of cases blank or single lines are affected and thus this change won't disturb a git blame too much. For future commits the pre-commit scripts checks that this won't happen again.
Diffstat (limited to 'dirmngr/crlcache.h')
-rw-r--r--dirmngr/crlcache.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/dirmngr/crlcache.h b/dirmngr/crlcache.h
index c2995129c..6e9dc28ff 100644
--- a/dirmngr/crlcache.h
+++ b/dirmngr/crlcache.h
@@ -22,9 +22,9 @@
#define CRLCACHE_H
-typedef enum
+typedef enum
{
- CRL_CACHE_VALID = 0,
+ CRL_CACHE_VALID = 0,
CRL_CACHE_INVALID,
CRL_CACHE_DONTKNOW,
CRL_CACHE_CANTUSE
@@ -32,11 +32,11 @@ typedef enum
crl_cache_result_t;
typedef enum foo
- {
+ {
CRL_SIG_OK = 0,
CRL_SIG_NOT_OK,
CRL_TOO_OLD,
- CRL_SIG_ERROR,
+ CRL_SIG_ERROR,
CRL_GENERAL_ERROR
}
crl_sig_result_t;