=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tty.c,v retrieving revision 1.166 retrieving revision 1.167 diff -u -r1.166 -r1.167 --- src/usr.bin/tmux/tty.c 2014/02/23 00:53:06 1.166 +++ src/usr.bin/tmux/tty.c 2014/04/17 12:57:28 1.167 @@ -1,4 +1,4 @@ -/* $OpenBSD: tty.c,v 1.166 2014/02/23 00:53:06 nicm Exp $ */ +/* $OpenBSD: tty.c,v 1.167 2014/04/17 12:57:28 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -388,7 +388,8 @@ } void -tty_putcode_ptr2(struct tty *tty, enum tty_code_code code, const void *a, const void *b) +tty_putcode_ptr2(struct tty *tty, enum tty_code_code code, const void *a, + const void *b) { if (a != NULL && b != NULL) tty_puts(tty, tty_term_ptr2(tty->term, code, a, b));