From fe03b34fbefab504ec352488e12b6d39413a1f32 Mon Sep 17 00:00:00 2001 From: Du Huanpeng Date: Thu, 21 Apr 2016 19:30:28 +0800 Subject: whole tree: remove trailing whitespaces Signed-off-by: Du Huanpeng Signed-off-by: Sascha Hauer --- crypto/digest.c | 2 +- crypto/sha2.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'crypto') diff --git a/crypto/digest.c b/crypto/digest.c index 46600f246e..7a8c3c092d 100644 --- a/crypto/digest.c +++ b/crypto/digest.c @@ -77,7 +77,7 @@ int digest_generic_digest(struct digest *d, const void *data, int digest_algo_register(struct digest_algo *d) { - if (!d || !d->base.name || !d->update || !d->final || !d->verify) + if (!d || !d->base.name || !d->update || !d->final || !d->verify) return -EINVAL; if (!d->init) diff --git a/crypto/sha2.c b/crypto/sha2.c index df566c8a4b..cb0f11c77e 100644 --- a/crypto/sha2.c +++ b/crypto/sha2.c @@ -13,7 +13,7 @@ * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free - * Software Foundation; either version 2 of the License, or (at your option) + * Software Foundation; either version 2 of the License, or (at your option) * any later version. * */ -- cgit v1.2.3