summaryrefslogtreecommitdiff
diff options
authorEleni Maria Stea <elenimaria.stea@canonical.com>2017-02-27 14:02:54 +0200
committerEleni Maria Stea <elenimaria.stea@canonical.com>2017-02-27 14:02:54 +0200
commit66b5ff362f69898e758bb690da68ce45b63e63b7 (patch)
tree7b500d5f21bf8a5aa57147a41cd33822db26c1cf
parented133bbbbd492acdeccdc3f62e64a5430435adc9 (diff)
fixed indent
(bzr r4213.3.10)
-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 b545838eb..591fb8e70 100644
--- a/plugins/unityshell/src/unityshell.cpp
+++ b/plugins/unityshell/src/unityshell.cpp
@@ -299,9 +299,9 @@ UnityScreen::UnityScreen(CompScreen* screen)
renderer.find("softpipe") != std::string::npos ||
(getenv("UNITY_LOW_GFX_MODE") != NULL && atoi(getenv("UNITY_LOW_GFX_MODE")) == 1)
)
- {
- unity_settings_.low_gfx = true;
- }
+ {
+ unity_settings_.low_gfx = true;
+ }
if (getenv("UNITY_LOW_GFX_MODE") != NULL && atoi(getenv("UNITY_LOW_GFX_MODE")) == 0)
{