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>2012-05-22 10:29:46 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-05-22 10:29:46 +0400
commit72f38b4f097120e6d4c5b3b0c9aceda7d1782583 (patch)
treeb5bb0799f93a83d974d70ce66357f55fb063b77e /source/blender/compositor/operations/COM_GlareBaseOperation.cpp
parent5f95f7d2adb25ef7b821ec08f7f627664152d0b4 (diff)
style cleanup: brace placement.
Diffstat (limited to 'source/blender/compositor/operations/COM_GlareBaseOperation.cpp')
-rw-r--r--source/blender/compositor/operations/COM_GlareBaseOperation.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/compositor/operations/COM_GlareBaseOperation.cpp b/source/blender/compositor/operations/COM_GlareBaseOperation.cpp
index 44f987b45e3..fdfd19a10ae 100644
--- a/source/blender/compositor/operations/COM_GlareBaseOperation.cpp
+++ b/source/blender/compositor/operations/COM_GlareBaseOperation.cpp
@@ -74,7 +74,8 @@ bool GlareBaseOperation::determineDependingAreaOfInterest(rcti *input, ReadBuffe
{
if (this->cachedInstance != NULL) {
return false;
- } else {
+ }
+ else {
rcti newInput;
newInput.xmax = this->getWidth();
newInput.xmin = 0;