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:
authorCampbell Barton <ideasman42@gmail.com>2019-01-15 15:25:45 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-01-15 16:14:34 +0300
commit0b17547b2321d7ae2d4f6e3c7ddacfdfdcfe58c9 (patch)
tree214b28199a53ba4cb75e7493cdbee92662ce4387 /source/creator/creator_args.c
parent8e46e5189d511d3e4495fe5bf4f122536963ae7e (diff)
Cleanup: comment line length (creator)
Prevents clang-format wrapping text before comments.
Diffstat (limited to 'source/creator/creator_args.c')
-rw-r--r--source/creator/creator_args.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/creator/creator_args.c b/source/creator/creator_args.c
index 74bcc129f20..942f0764087 100644
--- a/source/creator/creator_args.c
+++ b/source/creator/creator_args.c
@@ -1952,7 +1952,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;