summaryrefslogtreecommitdiff
path: root/unity-shared
diff options
authorNick Dedekind <nicholas.dedekind@gmail.com>2012-08-10 09:47:30 +0100
committerNick Dedekind <nicholas.dedekind@gmail.com>2012-08-10 09:47:30 +0100
commite5fabcfdf958791e637471cc7559a23f94955f5c (patch)
treed4152cd2b5eaa094f27edfcb8ca67be0e507410e /unity-shared
parent46c197383c140e1ebd9330a035711a42cc71c04d (diff)
Fixed indentation
(bzr r2419.4.56)
Diffstat (limited to 'unity-shared')
-rw-r--r--unity-shared/CoverArt.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/unity-shared/CoverArt.cpp b/unity-shared/CoverArt.cpp
index 5854fdbfe..4b5e21e03 100644
--- a/unity-shared/CoverArt.cpp
+++ b/unity-shared/CoverArt.cpp
@@ -289,11 +289,11 @@ void CoverArt::Draw(nux::GraphicsEngine& gfx_engine, bool force_draw)
gfx_engine.GetRenderStates().GetBlend(alpha, src, dest);
gfx_engine.GetRenderStates().SetBlend(true);
- gfx_engine.QRP_Color(base.x,
- base.y,
- base.GetWidth(),
- base.GetHeight(),
- nux::Color(0.03f, 0.03f, 0.03f, 0.0f));
+ gfx_engine.QRP_Color(base.x,
+ base.y,
+ base.GetWidth(),
+ base.GetHeight(),
+ nux::Color(0.03f, 0.03f, 0.03f, 0.0f));
if (texture_screenshot_)
{