]> Dogcows Code - chaz/openbox/commitdiff
indenting oopsie
authorDana Jansens <danakj@orodu.net>
Mon, 14 Apr 2003 22:42:23 +0000 (22:42 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 14 Apr 2003 22:42:23 +0000 (22:42 +0000)
render/font.c

index 8bf69303804e204b1a414d59d86ba1f968646175..7ffcb53b2dbcec7aa20166594fc859b2ea6748c2 100644 (file)
@@ -115,7 +115,7 @@ void font_draw(XftDraw *d, TextureText *t, Rect *position)
     m = font_measure_string(t->font, text, t->shadow, t->offset);
     while (l && m > position->width) {
         text[--l] = '\0';
-    m = font_measure_string(t->font, text, t->shadow, t->offset);
+        m = font_measure_string(t->font, text, t->shadow, t->offset);
     }
     if (!l) return;
 
This page took 0.023419 seconds and 4 git commands to generate.