diff options
author | 2015-12-08 08:14:04 +0000 | |
---|---|---|
committer | 2015-12-08 08:14:04 +0000 | |
commit | 62a86332445c1cf0b03151fe30a2023f12406b1a (patch) | |
tree | d858cb4bacd7ea3a7deacd45ae760dd6e006127f /usr.bin/tmux/options.c | |
parent | vmctl console - id is not optional (diff) | |
download | wireguard-openbsd-62a86332445c1cf0b03151fe30a2023f12406b1a.tar.xz wireguard-openbsd-62a86332445c1cf0b03151fe30a2023f12406b1a.zip |
Spacing nits.
Diffstat (limited to 'usr.bin/tmux/options.c')
-rw-r--r-- | usr.bin/tmux/options.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tmux/options.c b/usr.bin/tmux/options.c index af3fb28902c..cea57e5d054 100644 --- a/usr.bin/tmux/options.c +++ b/usr.bin/tmux/options.c @@ -1,4 +1,4 @@ -/* $OpenBSD: options.c,v 1.15 2015/11/18 13:06:54 nicm Exp $ */ +/* $OpenBSD: options.c,v 1.16 2015/12/08 08:14:04 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott <nicm@users.sourceforge.net> @@ -47,7 +47,7 @@ options_cmp(struct options_entry *o1, struct options_entry *o2) struct options * options_create(struct options *parent) { - struct options *oo; + struct options *oo; oo = xcalloc(1, sizeof *oo); RB_INIT(&oo->tree); |