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. --- kbx/keybox-errors.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'kbx/keybox-errors.c') diff --git a/kbx/keybox-errors.c b/kbx/keybox-errors.c index e11efc10b..ce2b498d0 100644 --- a/kbx/keybox-errors.c +++ b/kbx/keybox-errors.c @@ -6,12 +6,12 @@ /** * keybox_strerror: - * @err: Error code - * + * @err: Error code + * * This function returns a textual representaion of the given * errorcode. If this is an unknown value, a string with the value * is returned (Beware: it is hold in a static buffer). - * + * * Return value: String with the error description. **/ const char * @@ -44,4 +44,3 @@ keybox_strerror (KeyboxError err) return s; } - -- cgit v1.2.3