diff options
author | tobias | 2009-11-28 17:52:12 +0000 |
---|---|---|
committer | tobias | 2009-11-28 17:52:12 +0000 |
commit | f770fbbb8001ca6a22e8fc2e23efe287821f1540 (patch) | |
tree | a803a03b5231b485681f72a64d2fa99f7180ec3c /client.c | |
parent | 2f637a5ba462917ec81f7d7dcfa4ab296a223e61 (diff) | |
download | cwm-f770fbbb8001ca6a22e8fc2e23efe287821f1540.tar.gz |
style (whitespaces)
ok oga, okan
Diffstat (limited to 'client.c')
-rw-r--r-- | client.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: client.c,v 1.65 2009/09/25 15:57:49 oga Exp $ + * $Id: client.c,v 1.66 2009/11/28 17:52:12 tobias Exp $ */ #include "headers.h" @@ -441,7 +441,7 @@ client_draw_border(struct client_ctx *cc) static void client_update(struct client_ctx *cc) { - Atom *p; + Atom *p; int i; long n; @@ -694,10 +694,10 @@ client_getsizehints(struct client_ctx *cc) cc->geom.inch = MAX(1, cc->geom.inch); if (cc->size->flags & PAspect) { - if (cc->size->min_aspect.x > 0) + if (cc->size->min_aspect.x > 0) cc->geom.mina = (float)cc->size->min_aspect.y / cc->size->min_aspect.x; - if (cc->size->max_aspect.y > 0) + if (cc->size->max_aspect.y > 0) cc->geom.maxa = (float)cc->size->max_aspect.x / cc->size->max_aspect.y; } |