diff options
author | Eric Anholt <eric@anholt.net> | 2014-10-08 00:41:13 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2014-10-09 09:48:45 +0200 |
commit | 20a3b482191711bc15be0410ccc3651924271349 (patch) | |
tree | 598846be0e7c324e54711081ff8fd7019c979b38 /hw | |
parent | 3119acdab9eecff90b8fd9a265e2a456e7bc8779 (diff) |
modesetting: Fix some weird formatting after x-indent-all.sh.
Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'hw')
-rw-r--r-- | hw/xfree86/drivers/modesetting/drmmode_display.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/hw/xfree86/drivers/modesetting/drmmode_display.c b/hw/xfree86/drivers/modesetting/drmmode_display.c index ca02a4df4..d959837ae 100644 --- a/hw/xfree86/drivers/modesetting/drmmode_display.c +++ b/hw/xfree86/drivers/modesetting/drmmode_display.c @@ -976,7 +976,9 @@ static const xf86OutputFuncsRec drmmode_output_funcs = { .destroy = drmmode_output_destroy }; -static int subpixel_conv_table[7] = { 0, SubPixelUnknown, +static int subpixel_conv_table[7] = { + 0, + SubPixelUnknown, SubPixelHorizontalRGB, SubPixelHorizontalBGR, SubPixelVerticalRGB, @@ -984,7 +986,8 @@ static int subpixel_conv_table[7] = { 0, SubPixelUnknown, SubPixelNone }; -static const char *const output_names[] = { "None", +static const char *const output_names[] = { + "None", "VGA", "DVI", "DVI", |