diff options
author | Vladimir Serbinenko <phcoder@gmail.com> | 2015-05-29 09:16:17 +0200 |
---|---|---|
committer | Vladimir Serbinenko <phcoder@gmail.com> | 2015-05-29 09:36:20 +0200 |
commit | 53be14c9e2f6bd513cc9c0d868eef6b832fcba00 (patch) | |
tree | 4df2846843a12a7aedcd8a47d51acc8b97f0ae4a /src/mainboard/emulation | |
parent | 9e817bfaafb43c4a323ea6928f8570cbe356019e (diff) |
Remove whitespace at the end of line.
Change-Id: Ie9c3ef9fb4b3b2a0450a56e1d752b6509fa72a86
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: http://review.coreboot.org/10364
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/emulation')
-rw-r--r-- | src/mainboard/emulation/qemu-q35/mainboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |