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
path: root/source
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-09-29 00:29:18 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-09-29 00:30:34 +0300
commit6dceaafe5a21fc0f112b2d206980c30eb4e678e8 (patch)
tree74e3b74b13155097ecc04710e6bb5c356d693860 /source
parentb524153d61e20419bf7ebe2df099c237c2b4427c (diff)
Cleanup: trailing space, newlines at EOF
Diffstat (limited to 'source')
-rw-r--r--source/blender/editors/space_file/space_file.c2
-rw-r--r--source/blender/sequencer/intern/strip_relations.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/space_file/space_file.c b/source/blender/editors/space_file/space_file.c
index 42a9c4aa2d5..ac23767f933 100644
--- a/source/blender/editors/space_file/space_file.c
+++ b/source/blender/editors/space_file/space_file.c
@@ -1,4 +1,4 @@
-/*
+/*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
diff --git a/source/blender/sequencer/intern/strip_relations.c b/source/blender/sequencer/intern/strip_relations.c
index 46fdd2c3d14..9822bfe38f9 100644
--- a/source/blender/sequencer/intern/strip_relations.c
+++ b/source/blender/sequencer/intern/strip_relations.c
@@ -526,4 +526,4 @@ struct Sequence *SEQ_find_metastrip_by_sequence(ListBase *seqbase, Sequence *met
}
return NULL;
-} \ No newline at end of file
+}