diff options
author | nicm <nicm> | 2014-04-17 14:45:49 +0000 |
---|---|---|
committer | nicm <nicm> | 2014-04-17 14:45:49 +0000 |
commit | a5d4b7f3d927b267e21aa34c2451669318536e46 (patch) | |
tree | 0348849c34d544593e61f9874a5bfbf46c324a23 /layout-set.c | |
parent | f194f103a2c8301ba9eea67eefc3e15f76edbca5 (diff) | |
download | rtmux-a5d4b7f3d927b267e21aa34c2451669318536e46.tar.gz rtmux-a5d4b7f3d927b267e21aa34c2451669318536e46.tar.bz2 rtmux-a5d4b7f3d927b267e21aa34c2451669318536e46.zip |
Some more long lines.
Diffstat (limited to 'layout-set.c')
-rw-r--r-- | layout-set.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layout-set.c b/layout-set.c index 98ed9736..64b655a0 100644 --- a/layout-set.c +++ b/layout-set.c @@ -23,8 +23,8 @@ #include "tmux.h" /* - * Set window layouts - predefined methods to arrange windows. These are one-off - * and generate a layout tree. + * Set window layouts - predefined methods to arrange windows. These are + * one-off and generate a layout tree. */ void layout_set_even_h(struct window *); |