From cb560c01b6c61241acaa848cbdeb263af8b8cecd Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 20 Mar 2020 12:23:04 +1100 Subject: Cleanup: clang-format, comment indentation --- source/blender/blenkernel/intern/constraint.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/blenkernel/intern/constraint.c') diff --git a/source/blender/blenkernel/intern/constraint.c b/source/blender/blenkernel/intern/constraint.c index d131c1b4d18..45e2ff10ba4 100644 --- a/source/blender/blenkernel/intern/constraint.c +++ b/source/blender/blenkernel/intern/constraint.c @@ -741,8 +741,8 @@ static void default_get_tarmat_full_bbone(struct Depsgraph *UNUSED(depsgraph), /* This following macro should be used for all standard single-target *_get_tars functions * to save typing and reduce maintenance woes. - * (Hopefully all compilers will be happy with the lines with just a space on them. Those are - * really just to help this code easier to read) + * (Hopefully all compilers will be happy with the lines with just a space on them. + * Those are really just to help this code easier to read). */ // TODO: cope with getting rotation order... #define SINGLETARGET_GET_TARS(con, datatar, datasubtarget, ct, list) \ -- cgit v1.2.3