From 4b5195a9d75ac1cef101f902c9866e07e75193bb Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 13 Apr 2022 13:45:42 +1000 Subject: Cleanup: clang-format --- source/blender/editors/sculpt_paint/sculpt_intern.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') diff --git a/source/blender/editors/sculpt_paint/sculpt_intern.h b/source/blender/editors/sculpt_paint/sculpt_intern.h index bd18810acf8..03d459b6af7 100644 --- a/source/blender/editors/sculpt_paint/sculpt_intern.h +++ b/source/blender/editors/sculpt_paint/sculpt_intern.h @@ -440,7 +440,7 @@ typedef struct FilterCache { /* Auto-masking. */ AutomaskingCache *automasking; - /* Pre-smoothed colors used by sharpening. Colors are HSL.*/ + /* Pre-smoothed colors used by sharpening. Colors are HSL.*/ float (*pre_smoothed_color)[4]; } FilterCache; -- cgit v1.2.3