summaryrefslogtreecommitdiffstats
path: root/libavdevice/fbdev.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavdevice/fbdev.c')
-rw-r--r--libavdevice/fbdev.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavdevice/fbdev.c b/libavdevice/fbdev.c
index 121f02c..4f670e9 100644
--- a/libavdevice/fbdev.c
+++ b/libavdevice/fbdev.c
@@ -57,8 +57,7 @@ static struct rgb_pixfmt_map_entry rgb_pixfmt_map[] = {
{ 24, 16, 8, 0, 0, PIX_FMT_BGR24 },
};
-static enum PixelFormat
-get_pixfmt_from_fb_varinfo(struct fb_var_screeninfo *varinfo)
+static enum PixelFormat get_pixfmt_from_fb_varinfo(struct fb_var_screeninfo *varinfo)
{
int i;
OpenPOWER on IntegriCloud