diff options
author | taiyu <[email protected]> | 2015-08-16 19:06:31 -0700 |
---|---|---|
committer | taiyu <[email protected]> | 2015-08-16 19:06:31 -0700 |
commit | f1d5305dc61944deebbab2322118d7a1a15b998e (patch) | |
tree | 1351a85fa95badc95b0408387c90c366495c28ab /sway/layout.c | |
parent | 40772387829736f5a73bc4f97968b2e44b28a333 (diff) |
fix
Diffstat (limited to 'sway/layout.c')
-rw-r--r-- | sway/layout.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/layout.c b/sway/layout.c index 963bd8dc..4407742a 100644 --- a/sway/layout.c +++ b/sway/layout.c @@ -272,4 +272,3 @@ void focus_view_for(swayc_t *top, swayc_t *view) { } } - |