From bb9722bd775d575401edff14a9b80406ecbd974a Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Thu, 28 Jul 2016 16:32:56 -0600 Subject: Add newlines at the end of all coreboot files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I7930d5cded290f2605d0c92a9c465a3f0c1291a2 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/15974 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki --- src/southbridge/amd/sb700/spi.c | 2 +- src/southbridge/amd/sb700/spi.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/southbridge/amd') diff --git a/src/southbridge/amd/sb700/spi.c b/src/southbridge/amd/sb700/spi.c index 4298b7bd23..0641ff9ebd 100644 --- a/src/southbridge/amd/sb700/spi.c +++ b/src/southbridge/amd/sb700/spi.c @@ -141,4 +141,4 @@ int spi_xfer(struct spi_slave *slave, const void *dout, } return 0; -} \ No newline at end of file +} diff --git a/src/southbridge/amd/sb700/spi.h b/src/southbridge/amd/sb700/spi.h index d015835980..ed5b8588fe 100644 --- a/src/southbridge/amd/sb700/spi.h +++ b/src/southbridge/amd/sb700/spi.h @@ -14,4 +14,4 @@ */ int spi_claim_bus(struct spi_slave *slave); -void spi_release_bus(struct spi_slave *slave); \ No newline at end of file +void spi_release_bus(struct spi_slave *slave); -- cgit v1.2.3