From f48e876459acec1769dd329c1978c5c82530792c Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 2 Feb 2020 11:43:25 +1100 Subject: Cleanup: clang-format --- source/blender/editors/space_console/console_draw.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'source/blender/editors/space_console') diff --git a/source/blender/editors/space_console/console_draw.c b/source/blender/editors/space_console/console_draw.c index c9dde11cbeb..ac54b1177ba 100644 --- a/source/blender/editors/space_console/console_draw.c +++ b/source/blender/editors/space_console/console_draw.c @@ -43,11 +43,11 @@ #include "../space_info/textview.h" static int console_line_data(struct TextViewContext *tvc, - unsigned char fg[4], - unsigned char UNUSED(bg[4]), - int *UNUSED(icon), - unsigned char UNUSED(icon_fg[4]), - unsigned char UNUSED(icon_bg[4])) + unsigned char fg[4], + unsigned char UNUSED(bg[4]), + int *UNUSED(icon), + unsigned char UNUSED(icon_fg[4]), + unsigned char UNUSED(icon_bg[4])) { ConsoleLine *cl_iter = (ConsoleLine *)tvc->iter; int fg_id = TH_TEXT; -- cgit v1.2.3