diff options
author | Jose Diez <jose.manuel.diez@gmail.com> | 2015-08-10 22:49:05 +0200 |
---|---|---|
committer | Jose Diez <jose.manuel.diez@gmail.com> | 2015-08-10 22:50:26 +0200 |
commit | 8f19faf6e7b681640c0c247d11bf72bab9315633 (patch) | |
tree | 86378ac75f004db9837e249f7d86f33b59cf62cf /sway/layout.h | |
parent | d8f364a8460aa28cd0e859bfa1e84e37b7bdf6ef (diff) |
layout: fixed tabs
Diffstat (limited to 'sway/layout.h')
-rw-r--r-- | sway/layout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/layout.h b/sway/layout.h index c4b193c8..8cafe0d2 100644 --- a/sway/layout.h +++ b/sway/layout.h @@ -31,7 +31,7 @@ struct sway_container { bool visible; - int weight; + int weight; char *name; |