changeset 23178:cfef9a468d75

Cosmetics.
author eugeni
date Tue, 01 May 2007 15:34:08 +0000
parents 134a2baca452
children eaed63bb5078
files libass/ass_render.c
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/libass/ass_render.c	Tue May 01 15:33:06 2007 +0000
+++ b/libass/ass_render.c	Tue May 01 15:34:08 2007 +0000
@@ -1277,10 +1277,10 @@
 		int error;
 		info->bm = info->bm_o = info->bm_s = 0;
 		if (info->glyph && info->symbol != '\n' && info->symbol != 0) {
-		// calculating shift vector
-		shift.x = int_to_d6(info->hash_key.shift_x);
-		shift.y = int_to_d6(info->hash_key.shift_y);
-		transform_3d(shift, &info->glyph, &info->outline_glyph, info->frx, info->fry, info->frz);
+			// calculating shift vector
+			shift.x = int_to_d6(info->hash_key.shift_x);
+			shift.y = int_to_d6(info->hash_key.shift_y);
+			transform_3d(shift, &info->glyph, &info->outline_glyph, info->frx, info->fry, info->frz);
 
 			error = glyph_to_bitmap(ass_renderer->synth_priv,
 					info->glyph, info->outline_glyph,