From 53be14c9e2f6bd513cc9c0d868eef6b832fcba00 Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Fri, 29 May 2015 09:16:17 +0200 Subject: Remove whitespace at the end of line. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie9c3ef9fb4b3b2a0450a56e1d752b6509fa72a86 Signed-off-by: Vladimir Serbinenko Reviewed-on: http://review.coreboot.org/10364 Reviewed-by: Kyösti Mälkki Tested-by: build bot (Jenkins) --- src/mainboard/emulation/qemu-q35/mainboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/emulation') diff --git a/src/mainboard/emulation/qemu-q35/mainboard.c b/src/mainboard/emulation/qemu-q35/mainboard.c index a7256a5449..64407dce1e 100644 --- a/src/mainboard/emulation/qemu-q35/mainboard.c +++ b/src/mainboard/emulation/qemu-q35/mainboard.c @@ -43,7 +43,7 @@ struct i915_gpu_controller_info gfx_controller_info = { const struct i915_gpu_controller_info * intel_gma_get_controller_info(void) -{ +{ return &gfx_controller_info; } -- cgit v1.2.3