remove spurious spaces & tabs at end of lines

This commit is contained in:
Philippe Teuwen 2019-03-09 08:59:13 +01:00
commit 60f292b18e
249 changed files with 8481 additions and 8481 deletions

View file

@ -29,7 +29,7 @@ static bool crypto_init(void)
if (crypto_backend)
return true;
crypto_backend = crypto_polarssl_init();
crypto_backend = crypto_polarssl_init();
if (!crypto_backend)
return false;