[Spice-devel] [PATCH] canvas_utils: Remove trailing whitespace
Lukas Venhoda
lvenhoda at redhat.com
Wed Nov 25 07:25:21 PST 2015
---
common/canvas_utils.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/canvas_utils.c b/common/canvas_utils.c
index 0d1591a..789cd76 100644
--- a/common/canvas_utils.c
+++ b/common/canvas_utils.c
@@ -293,7 +293,7 @@ pixman_image_t *alloc_lz_image_surface(LzDecodeUsrData *canvas_data,
/* pixman requires strides to be 4-byte aligned */
stride = SPICE_ALIGN(stride, 4);
-
+
if (!top_down) {
stride = -stride;
}
--
2.5.0
More information about the Spice-devel
mailing list