mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
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.
This commit is contained in:
parent
ffd099eb19
commit
b008274afd
305 changed files with 5385 additions and 5592 deletions
|
@ -104,7 +104,7 @@ answer_is_yes_no_quit ( const char *s )
|
|||
}
|
||||
|
||||
/*
|
||||
Return 1 for okay, 0 for for cancel or DEF_ANSWER for default.
|
||||
Return 1 for okay, 0 for for cancel or DEF_ANSWER for default.
|
||||
*/
|
||||
int
|
||||
answer_is_okay_cancel (const char *s, int def_answer)
|
||||
|
@ -115,7 +115,7 @@ answer_is_okay_cancel (const char *s, int def_answer)
|
|||
const char *long_cancel = _("cancel|cancel");
|
||||
const char *short_okay = _("oO");
|
||||
const char *short_cancel = _("cC");
|
||||
|
||||
|
||||
/* Note: We have to use the locale dependent compare. */
|
||||
if ( match_multistr(long_okay,s) )
|
||||
return 1;
|
||||
|
@ -138,4 +138,3 @@ answer_is_okay_cancel (const char *s, int def_answer)
|
|||
return 0;
|
||||
return def_answer;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue