diff options
Diffstat (limited to 'layout-set.c')
-rw-r--r-- | layout-set.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/layout-set.c b/layout-set.c index 646528ba..64b655a0 100644 --- a/layout-set.c +++ b/layout-set.c @@ -1,4 +1,4 @@ -/* $Id$ */ +/* $OpenBSD$ */ /* * Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net> @@ -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 *); |