From 64f4826b6d6918b81d336f8c4296dc6094067f64 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Mon, 12 Dec 2011 17:48:51 +0000 Subject: Death to all TABs Source files should all use spaces instead of tabs for indentation. Update the few files not already in compliance --- client/red_gdi_canvas.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/red_gdi_canvas.h') diff --git a/client/red_gdi_canvas.h b/client/red_gdi_canvas.h index 02b08b04..67a2dbab 100644 --- a/client/red_gdi_canvas.h +++ b/client/red_gdi_canvas.h @@ -32,7 +32,7 @@ class RedPixmap; class GDICanvas: public Canvas { public: GDICanvas(int width, int height, uint32_t format, - PixmapCache& pixmap_cache, PaletteCache& palette_cache, + PixmapCache& pixmap_cache, PaletteCache& palette_cache, GlzDecoderWindow &glz_decoder_window, SurfacesCache &csurfaces); virtual ~GDICanvas(); -- cgit