]> Dogcows Code - chaz/openbox/blobdiff - openbox/moveresize.c
Remove some evil tabs
[chaz/openbox] / openbox / moveresize.c
index 1625ccf01ccddd7aa5d0fc9036ab4c7ed5fdde14..2d0dc3ac02a575bd447b2ff16d1581222e30eea2 100644 (file)
@@ -582,19 +582,19 @@ static void edge_warp_move_ptr(void)
     a = screen_physical_area_all_monitors();
 
     switch (edge_warp_dir) {
-       case OB_DIRECTION_NORTH:
-           y = a->height - 1;
-           break;
-       case OB_DIRECTION_EAST:
-           x = a->x;
-           break;
-       case OB_DIRECTION_SOUTH:
-           y = a->y;
-           break;
-       case OB_DIRECTION_WEST:
-           x = a->width - 1;
-           break;
-       default:
+    case OB_DIRECTION_NORTH:
+        y = a->height - 1;
+        break;
+    case OB_DIRECTION_EAST:
+        x = a->x;
+        break;
+    case OB_DIRECTION_SOUTH:
+        y = a->y;
+        break;
+    case OB_DIRECTION_WEST:
+        x = a->width - 1;
+        break;
+    default:
         g_assert_not_reached();
     }
 
This page took 0.017564 seconds and 4 git commands to generate.