From 8c2dd0c4916f6a5dc3cdf3ea0d3bea66c49d2951 Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Mon, 23 Apr 2018 15:20:40 +0200 Subject: [PATCH] sunxi_cedrus: Cosmetic alignment change Signed-off-by: Paul Kocialkowski --- src/sunxi_cedrus.h | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/sunxi_cedrus.h b/src/sunxi_cedrus.h index 08dce45..6110853 100644 --- a/src/sunxi_cedrus.h +++ b/src/sunxi_cedrus.h @@ -44,17 +44,17 @@ void sunxi_cedrus_msg(const char *msg, ...); struct sunxi_cedrus_driver_data { - struct object_heap config_heap; - struct object_heap context_heap; - struct object_heap surface_heap; - struct object_heap buffer_heap; - struct object_heap image_heap; - char *luma_bufs[VIDEO_MAX_FRAME]; - char *chroma_bufs[VIDEO_MAX_FRAME]; - unsigned int num_dst_bufs; - int mem2mem_fd; - int request_fds[INPUT_BUFFERS_NB]; - int slice_offset[INPUT_BUFFERS_NB]; + struct object_heap config_heap; + struct object_heap context_heap; + struct object_heap surface_heap; + struct object_heap buffer_heap; + struct object_heap image_heap; + char *luma_bufs[VIDEO_MAX_FRAME]; + char *chroma_bufs[VIDEO_MAX_FRAME]; + unsigned int num_dst_bufs; + int mem2mem_fd; + int request_fds[INPUT_BUFFERS_NB]; + int slice_offset[INPUT_BUFFERS_NB]; }; #endif /* _SUNXI_CEDRUS_H_ */