summaryrefslogtreecommitdiff
path: root/plugins/unityshell
diff options
authorChris Townsend <christopher.townsend@canonical.com>2013-09-23 17:16:59 -0400
committerChris Townsend <christopher.townsend@canonical.com>2013-09-23 17:16:59 -0400
commit29cd90d3d1fd0fe5165902b449e60de7c77388a1 (patch)
tree5571a1413b23e1aaa455f58ede6476fb6960763e /plugins/unityshell
parent0557edfd3b29004bb6be7520ffd43a1d857da709 (diff)
Fix some formatting.
(bzr r3527.1.2)
Diffstat (limited to 'plugins/unityshell')
-rw-r--r--plugins/unityshell/src/unityshell.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/unityshell/src/unityshell.cpp b/plugins/unityshell/src/unityshell.cpp
index f59313844..7389119d6 100644
--- a/plugins/unityshell/src/unityshell.cpp
+++ b/plugins/unityshell/src/unityshell.cpp
@@ -1344,19 +1344,19 @@ void UnityScreen::donePaint()
if (action == ShowdesktopHandlerWindowInterface::PostPaintAction::Remove)
{
- wi->DeleteHandler ();
+ wi->DeleteHandler();
it = ShowdesktopHandler::animating_windows.erase(it);
continue;
}
else if (action == ShowdesktopHandlerWindowInterface::PostPaintAction::Damage)
{
- wi->AddDamage ();
+ wi->AddDamage();
}
++it;
}
- cScreen->donePaint ();
+ cScreen->donePaint();
}
void redraw_view_if_damaged(nux::ObjectPtr<nux::View> const& view, CompRegion const& damage)