[vte/wip/sixels: 25/82] image: Fix spacing



commit 07cff7bd6ce63b8f689c10cf955453cf1da58dca
Author: Hans Petter Jansson <hpj cl no>
Date:   Mon Jun 1 00:45:15 2020 +0200

    image: Fix spacing

 src/image.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/image.cc b/src/image.cc
index 3364d389..1bea79f8 100644
--- a/src/image.cc
+++ b/src/image.cc
@@ -207,7 +207,7 @@ Image::unite(Image *other, unsigned long cell_width, unsigned long cell_height)
         int offsetx = (m_left - new_left) * cell_width;
         int offsety = (m_top - new_top) * cell_height;
 
-        cairo_surface_t * new_surface = cairo_surface_create_similar(other->m_surface, 
CAIRO_CONTENT_COLOR_ALPHA, m_pixelwidth, m_pixelheight);
+        cairo_surface_t *new_surface = cairo_surface_create_similar(other->m_surface, 
CAIRO_CONTENT_COLOR_ALPHA, m_pixelwidth, m_pixelheight);
         cairo_t *cr = cairo_create(new_surface);
         cairo_rectangle(cr, offsetx, offsety, m_pixelwidth, m_pixelheight);
         cairo_clip(cr);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]