diff options
author | nicm <nicm> | 2015-05-07 11:42:56 +0000 |
---|---|---|
committer | nicm <nicm> | 2015-05-07 11:42:56 +0000 |
commit | 8e9b6e09485f3400aac9e6cd8a711e2cc1819b03 (patch) | |
tree | 4698b577d7bd310374d6470c448b4c1bbbb64a00 /window.c | |
parent | 1282bb81fe9fbb1b2ff1b63a9c4e8978444703c4 (diff) | |
download | rtmux-8e9b6e09485f3400aac9e6cd8a711e2cc1819b03.tar.gz rtmux-8e9b6e09485f3400aac9e6cd8a711e2cc1819b03.tar.bz2 rtmux-8e9b6e09485f3400aac9e6cd8a711e2cc1819b03.zip |
Style spacing nits.
Diffstat (limited to 'window.c')
-rw-r--r-- | window.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -302,7 +302,7 @@ window_create1(u_int sx, u_int sy) w->references = 0; w->id = next_window_id++; - RB_INSERT (windows, &windows, w); + RB_INSERT(windows, &windows, w); return (w); } |