From 2ebd768d88345e015162dc1bd315e5d68848c270 Mon Sep 17 00:00:00 2001 From: Joel Holdsworth Date: Sat, 6 Dec 2008 19:12:18 +0000 Subject: [PATCH] Corrected some indentation --- src/gui/panels/timeline-panel.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/gui/panels/timeline-panel.cpp b/src/gui/panels/timeline-panel.cpp index e4df79e65..489d79264 100644 --- a/src/gui/panels/timeline-panel.cpp +++ b/src/gui/panels/timeline-panel.cpp @@ -259,12 +259,12 @@ void TimelinePanel::update_tool_buttons() { if(!updatingToolbar) - { - updatingToolbar = true; - arrowTool.set_active(currentTool == timeline::Arrow); - iBeamTool.set_active(currentTool == timeline::IBeam); - updatingToolbar = false; - } + { + updatingToolbar = true; + arrowTool.set_active(currentTool == timeline::Arrow); + iBeamTool.set_active(currentTool == timeline::IBeam); + updatingToolbar = false; + } } void