From 30c3852ffd140b003410aae25b222dea8b76412f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 15 Jan 2019 23:25:45 +1100 Subject: Cleanup: comment line length (creator) Prevents clang-format wrapping text before comments. --- source/creator/creator_args.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/creator/creator_args.c') diff --git a/source/creator/creator_args.c b/source/creator/creator_args.c index fe67eff3c40..49ae332ec36 100644 --- a/source/creator/creator_args.c +++ b/source/creator/creator_args.c @@ -1824,7 +1824,8 @@ static int arg_handle_load_file(int UNUSED(argc), const char **argv, void *data) } if (BLO_has_bfile_extension(filename)) { - /* Just pretend a file was loaded, so the user can press Save and it'll save at the filename from the CLI. */ + /* Just pretend a file was loaded, so the user can press Save and it'll + * save at the filename from the CLI. */ BLI_strncpy(G_MAIN->name, filename, FILE_MAX); G.relbase_valid = true; G.save_over = true; -- cgit v1.2.3