From 66b5ff362f69898e758bb690da68ce45b63e63b7 Mon Sep 17 00:00:00 2001 From: Eleni Maria Stea Date: Mon, 27 Feb 2017 14:02:54 +0200 Subject: fixed indent (bzr r4213.3.10) --- plugins/unityshell/src/unityshell.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins') 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) { -- cgit v1.2.3