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:
authorBastien Montagne <b.mont29@gmail.com>2020-02-12 12:45:21 +0300
committerBastien Montagne <b.mont29@gmail.com>2020-02-12 12:46:53 +0300
commit0e15850a7eedbdf236e977c663efaceff23572e1 (patch)
tree7868b772a3b7f46d97bf2e729703280f5172cdc2 /source/blender/editors
parente32457952b45e5df7c3fc7d3e948e1403c7452da (diff)
Cleanup: clang-format.
Diffstat (limited to 'source/blender/editors')
-rw-r--r--source/blender/editors/screen/area.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/screen/area.c b/source/blender/editors/screen/area.c
index c85beefe1f4..26c48dda4f4 100644
--- a/source/blender/editors/screen/area.c
+++ b/source/blender/editors/screen/area.c
@@ -2927,7 +2927,7 @@ void ED_region_info_draw(ARegion *ar,
float fill_color[4],
const bool full_redraw)
{
- ED_region_info_draw_multiline(ar, (const char *[2]){text, NULL}, fill_color, full_redraw);
+ ED_region_info_draw_multiline(ar, (const char * [2]){text, NULL}, fill_color, full_redraw);
}
#define MAX_METADATA_STR 1024