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-09-12 11:58:43 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-09-12 11:59:44 +0300
commita22c2ceb0feed60942a59f0ebaa26d351b784ed8 (patch)
tree8f733ce296f1a157905266cd547865e114cad913 /source/blender/avi
parent1e2f2f27e9f2bcac470330070a10e0d82f9a50a0 (diff)
Cleanup: line breaks with comments
Diffstat (limited to 'source/blender/avi')
-rw-r--r--source/blender/avi/intern/avi_options.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/avi/intern/avi_options.c b/source/blender/avi/intern/avi_options.c
index 4f7e26c874c..65db8c19397 100644
--- a/source/blender/avi/intern/avi_options.c
+++ b/source/blender/avi/intern/avi_options.c
@@ -42,8 +42,8 @@ AviError AVI_set_compress_option(
(void)stream; /* unused */
- if (movie->header->TotalFrames !=
- 0) { /* Can't change params after we have already started writing frames */
+ if (movie->header->TotalFrames != 0) {
+ /* Can't change params after we have already started writing frames. */
return AVI_ERROR_OPTION;
}