aboutsummaryrefslogtreecommitdiffstats
path: root/scd/app-common.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 /scd/app-common.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 'scd/app-common.h')
-rw-r--r--scd/app-common.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/scd/app-common.h b/scd/app-common.h
index 4b2e13e3a..6a1e2a763 100644
--- a/scd/app-common.h
+++ b/scd/app-common.h
@@ -25,7 +25,7 @@
#if GNUPG_MAJOR_VERSION == 1
# ifdef ENABLE_AGENT_SUPPORT
# include "assuan.h"
-# endif
+# endif
#else
# include <ksba.h>
#endif
@@ -47,10 +47,10 @@ struct app_ctx_s {
/* Flag indicating that a reset has been done for that application
and that this context is merely lingering and just should not be
reused. */
- int no_reuse;
+ int no_reuse;
/* Used reader slot. */
- int slot;
+ int slot;
/* If this is used by GnuPG 1.4 we need to know the assuan context
in case we need to divert the operation to an already running
@@ -150,7 +150,7 @@ char *get_supported_applications (void);
void release_application (app_t app);
gpg_error_t app_munge_serialno (app_t app);
gpg_error_t app_get_serial_and_stamp (app_t app, char **serial, time_t *stamp);
-gpg_error_t app_write_learn_status (app_t app, ctrl_t ctrl,
+gpg_error_t app_write_learn_status (app_t app, ctrl_t ctrl,
unsigned int flags);
gpg_error_t app_readcert (app_t app, const char *certid,
unsigned char **cert, size_t *certlen);
@@ -223,6 +223,3 @@ gpg_error_t app_select_geldkarte (app_t app);
#endif /*GNUPG_SCD_APP_COMMON_H*/
-
-
-