]> Dogcows Code - chaz/openbox/blobdiff - openbox/stacking.c
yay no tabs in the source
[chaz/openbox] / openbox / stacking.c
index c715eae04d9ec40f0815a1a1389a190c14098ecf..d053bec4ddce53e2f39c29c4f100a8fb4e9ba55f 100644 (file)
@@ -41,7 +41,7 @@ void stacking_set_list()
     /* create an array of the window ids (from bottom to top,
        reverse order!) */
     if (stacking_list) {
-       windows = g_new(Window, g_list_length(stacking_list));
+        windows = g_new(Window, g_list_length(stacking_list));
         for (it = g_list_last(stacking_list); it; it = g_list_previous(it)) {
             if (WINDOW_IS_CLIENT(it->data))
                 windows[i++] = WINDOW_AS_CLIENT(it->data)->window;
This page took 0.024016 seconds and 4 git commands to generate.