tree: Run clang-format to conform to the kernel coding style
The coding style has been a bit erratic. Enforce the linux kernel coding style by reusing their .clang-format file, running clang-format on the source, and ignoring the few shortcomings that clang-format has at the moment (especially on aligning the define values). Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
This commit is contained in:
+5
-3
@@ -31,10 +31,12 @@
|
||||
#include "object_heap.h"
|
||||
|
||||
VAStatus SunxiCedrusBeginPicture(VADriverContextP context,
|
||||
VAContextID context_id, VASurfaceID surface_id);
|
||||
VAContextID context_id,
|
||||
VASurfaceID surface_id);
|
||||
VAStatus SunxiCedrusRenderPicture(VADriverContextP context,
|
||||
VAContextID context_id, VABufferID *buffers, int buffers_count);
|
||||
VAContextID context_id, VABufferID *buffers,
|
||||
int buffers_count);
|
||||
VAStatus SunxiCedrusEndPicture(VADriverContextP context,
|
||||
VAContextID context_id);
|
||||
VAContextID context_id);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user