From 72f38b4f097120e6d4c5b3b0c9aceda7d1782583 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 22 May 2012 06:29:46 +0000 Subject: style cleanup: brace placement. --- source/blender/compositor/operations/COM_GlareBaseOperation.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/compositor/operations/COM_GlareBaseOperation.cpp') 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; -- cgit v1.2.3