s/…/./ where it makes sense

This commit is contained in:
Michael Stapelberg
2009-02-23 17:23:57 +01:00
parent 06bef32346
commit 6e81d1c5e4
2 changed files with 3 additions and 3 deletions

View File

@ -211,7 +211,7 @@ static void render_container(xcb_connection_t *connection, Container *container)
int current_client = 0;
CIRCLEQ_FOREACH(client, &(container->clients), clients) {
/* Check if we changed client->x or client->y by updating it
/* Check if we changed client->x or client->y by updating it.
* Note the bitwise OR instead of logical OR to force evaluation of both statements */
if (client->force_reconfigure |
(client->rect.x != (client->rect.x = container->x)) |