From 26d484a237939abdc5fe47d0f8dfa879b0e07dd2 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Mon, 29 Aug 2016 15:55:06 -0600 Subject: Fix newlines at the end of files All but ga-g41m-es2l/cmos.default had multiple final newlines. ga-g41m-es2l/cmos.default had no final newline. Change-Id: Id350b513d5833bb14a2564eb789ab23b6278dcb5 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/16361 Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) Reviewed-by: Antonello Dettori --- src/superio/nuvoton/nct6791d/superio.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/superio/nuvoton/nct6791d') diff --git a/src/superio/nuvoton/nct6791d/superio.c b/src/superio/nuvoton/nct6791d/superio.c index 0a0f0bed59..f0da0367e2 100644 --- a/src/superio/nuvoton/nct6791d/superio.c +++ b/src/superio/nuvoton/nct6791d/superio.c @@ -99,4 +99,3 @@ struct chip_operations superio_nuvoton_nct6791d_ops = { CHIP_NAME("NUVOTON NCT6791D Super I/O") .enable_dev = enable_dev, }; - -- cgit v1.2.3