From b008274afdbe375b32a7e66dbd073e200f6f0587 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 4 Feb 2011 12:57:53 +0100 Subject: Nuked almost all trailing white space. 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. --- common/status.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/status.c') diff --git a/common/status.c b/common/status.c index 7b9f4a3ae..435279ccf 100644 --- a/common/status.c +++ b/common/status.c @@ -27,7 +27,7 @@ /* Return the status string for code NO. */ const char * -get_status_string ( int no ) +get_status_string ( int no ) { int idx = statusstr_msgidxof (no); if (idx == -1) @@ -41,7 +41,7 @@ const char * get_inv_recpsgnr_code (gpg_error_t err) { const char *errstr; - + switch (gpg_err_code (err)) { case GPG_ERR_NO_PUBKEY: errstr = "1"; break; -- cgit v1.2.3