=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/style.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- src/usr.bin/tmux/style.c 2015/04/15 15:44:40 1.6 +++ src/usr.bin/tmux/style.c 2015/05/07 11:42:56 1.7 @@ -1,4 +1,4 @@ -/* $OpenBSD: style.c,v 1.6 2015/04/15 15:44:40 nicm Exp $ */ +/* $OpenBSD: style.c,v 1.7 2015/05/07 11:42:56 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -168,12 +168,12 @@ o = options_find1(oo, newname); if (o == NULL) - o = options_set_style (oo, newname, "default", 0); + o = options_set_style(oo, newname, "default", 0); gc = &o->style; o = options_find1(oo, name); if (o == NULL) - o = options_set_number (oo, name, 8); + o = options_set_number(oo, name, 8); value = o->num; if (strstr(name, "-bg") != NULL)