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-04-20 11:06:01 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-04-20 11:08:59 +0300
commite17e119a312528897d2b1f0ee73a9a8a6ecf6150 (patch)
treea61cdcc1d5682f5bd462d542efc09e7ef21311ca /source/creator
parente63eb6ed2696c5d52b35972ab7a1bbda7b5bdc90 (diff)
Cleanup: comment line length (tests)
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator_args.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/creator/creator_args.c b/source/creator/creator_args.c
index f3e4d976d85..e15a1f3e258 100644
--- a/source/creator/creator_args.c
+++ b/source/creator/creator_args.c
@@ -633,8 +633,8 @@ static int arg_handle_print_help(int UNUSED(argc), const char **UNUSED(argv), vo
BLI_argsPrintArgDoc(ba, "--");
- //printf("\n");
- //printf("Experimental Features:\n");
+ // printf("\n");
+ // printf("Experimental Features:\n");
/* Other options _must_ be last (anything not handled will show here) */
printf("\n");
@@ -1944,7 +1944,7 @@ void main_args_setup(bContext *C, bArgs *ba)
# define CB(a) a##_doc, a
# define CB_EX(a, b) a##_doc_##b, a
- //BLI_argsAdd(ba, pass, short_arg, long_arg, doc, cb, C);
+ // BLI_argsAdd(ba, pass, short_arg, long_arg, doc, cb, C);
/* end argument processing after -- */
BLI_argsAdd(ba, -1, "--", NULL, CB(arg_handle_arguments_end), NULL);