Style fixes.

This commit is contained in:
Adrien Destugues
2015-06-14 15:46:48 +02:00
parent 026596dd1d
commit 0666a27d46
+3 -3
View File
@@ -350,7 +350,7 @@ decompose_ft_bitmap_gray8(const FT_Bitmap& bitmap, int x, int y,
sl.add_cell(x + j, *p); sl.add_cell(x + j, *p);
++p; ++p;
} }
} }
buf += pitch; buf += pitch;
if (sl.num_spans()) { if (sl.num_spans()) {
@@ -400,7 +400,7 @@ decompose_ft_bitmap_subpix(const FT_Bitmap& bitmap, int x, int y,
sl.add_cell(x + j, p[0], p[1], p[2]); sl.add_cell(x + j, p[0], p[1], p[2]);
p += 3; p += 3;
} }
} }
buf += pitch; buf += pitch;
if (sl.num_spans()) { if (sl.num_spans()) {
@@ -541,7 +541,7 @@ decompose_ft_bitmap_subpix(const FT_Bitmap& bitmap, int x, int y,
if (coverR || coverG || coverB) if (coverR || coverG || coverB)
sl.add_cell(x + w, coverR, coverG, coverB); sl.add_cell(x + w, coverR, coverG, coverB);
} }
} }
buf += pitch; buf += pitch;
if (sl.num_spans()) { if (sl.num_spans()) {