[gimp/gimp-2-10] app: fix indentation in gimppaintbrush.h



commit b0f6996e614911a27a6e9d1058e98b3acb736589
Author: Ell <ell_se yahoo com>
Date:   Wed May 15 13:32:31 2019 -0400

    app: fix indentation in gimppaintbrush.h
    
    (cherry picked from commit 86a7c053ccd3e1abec45ba40699cc58b3aefc8b1)

 app/paint/gimppaintbrush.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/app/paint/gimppaintbrush.h b/app/paint/gimppaintbrush.h
index 93b409635f..1e94b8e1ab 100644
--- a/app/paint/gimppaintbrush.h
+++ b/app/paint/gimppaintbrush.h
@@ -34,7 +34,7 @@ typedef struct _GimpPaintbrushClass GimpPaintbrushClass;
 
 struct _GimpPaintbrush
 {
-  GimpBrushCore  parent_instance;
+  GimpBrushCore      parent_instance;
 
   GeglBuffer        *paint_buffer;
   const GimpTempBuf *paint_pixmap;


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