Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2020-02-02 03:43:25 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-02-02 03:47:49 +0300
commitf48e876459acec1769dd329c1978c5c82530792c (patch)
treed8dca76290c1a2a70550cb3c3418beaa155c5089 /source/blender/editors/space_console/console_draw.c
parentf051d47cdbcee708bbb7190f2790ac372cab00e2 (diff)
Cleanup: clang-format
Diffstat (limited to 'source/blender/editors/space_console/console_draw.c')
-rw-r--r--source/blender/editors/space_console/console_draw.c10
1 files changed, 5 insertions, 5 deletions
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;