Style spacing nits.

This commit is contained in:
nicm
2015-05-07 11:42:56 +00:00
parent 1282bb81fe
commit 8e9b6e0948
5 changed files with 9 additions and 9 deletions

View File

@ -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);
}