From 4e0b5a0baf4f1f3b194f5f869abd2292b0350baf Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 21 Mar 2019 00:58:01 +1100 Subject: Cleanup: style --- source/blender/blenlib/intern/path_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenlib/intern/path_util.c') diff --git a/source/blender/blenlib/intern/path_util.c b/source/blender/blenlib/intern/path_util.c index 34fb7112789..5f66a1b9cb3 100644 --- a/source/blender/blenlib/intern/path_util.c +++ b/source/blender/blenlib/intern/path_util.c @@ -900,7 +900,7 @@ void BLI_path_frame_strip(char *path, char *r_ext) c++; int suffix_length = len - (suffix - file); - BLI_strncpy(r_ext, suffix, suffix_length+1); + BLI_strncpy(r_ext, suffix, suffix_length + 1); /* replace the number with the suffix and terminate the string */ while (numdigits--) { -- cgit v1.2.3