diff options
| author | Eleni Maria Stea <elenimaria.stea@canonical.com> | 2017-02-27 14:02:54 +0200 | 
|---|---|---|
| committer | Eleni Maria Stea <elenimaria.stea@canonical.com> | 2017-02-27 14:02:54 +0200 | 
| commit | 66b5ff362f69898e758bb690da68ce45b63e63b7 (patch) | |
| tree | 7b500d5f21bf8a5aa57147a41cd33822db26c1cf | |
| parent | ed133bbbbd492acdeccdc3f62e64a5430435adc9 (diff) | |
fixed indent
(bzr r4213.3.10)
| -rw-r--r-- | plugins/unityshell/src/unityshell.cpp | 6 | 
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)  { | 
