aboutsummaryrefslogtreecommitdiffstats
path: root/screen.c
diff options
context:
space:
mode:
authortobias2009-11-28 17:52:12 +0000
committertobias2009-11-28 17:52:12 +0000
commitf770fbbb8001ca6a22e8fc2e23efe287821f1540 (patch)
treea803a03b5231b485681f72a64d2fa99f7180ec3c /screen.c
parent2f637a5ba462917ec81f7d7dcfa4ab296a223e61 (diff)
downloadcwm-f770fbbb8001ca6a22e8fc2e23efe287821f1540.tar.gz
style (whitespaces)
ok oga, okan
Diffstat (limited to 'screen.c')
-rw-r--r--screen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/screen.c b/screen.c
index 850ac5f..3516b74 100644
--- a/screen.c
+++ b/screen.c
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $Id: screen.c,v 1.18 2009/11/22 21:38:50 tobias Exp $
+ * $Id: screen.c,v 1.19 2009/11/28 17:52:12 tobias Exp $
*/
#include "headers.h"
@@ -77,7 +77,7 @@ screen_init_xinerama(struct screen_ctx *sc)
HasXinerama = 0;
sc->xinerama_no = 0;
}
-
+
info = XineramaQueryScreens(X_Dpy, &no);
if (info == NULL) {
/* Is xinerama actually off, instead of a malloc failure? */