reindented everything according to .indent.pro
[rrdtool.git] / src / art_rgba_svp.h
index 4cac175..406cced 100644 (file)
@@ -7,11 +7,15 @@
 #include <libart_lgpl/art_svp.h>
 #include <libart_lgpl/art_uta.h>
 
-void
-gnome_print_art_rgba_svp_alpha (const ArtSVP *svp,
-                               int x0, int y0, int x1, int y1,
-                               art_u32 rgba,
-                               art_u8 *buf, int rowstride,
-                               ArtAlphaGamma *alphagamma);
+void      gnome_print_art_rgba_svp_alpha(
+    const ArtSVP * svp,
+    int x0,
+    int y0,
+    int x1,
+    int y1,
+    art_u32 rgba,
+    art_u8 * buf,
+    int rowstride,
+    ArtAlphaGamma * alphagamma);
 
-#endif /* SP_ART_RGBA_SVP_H */
+#endif                          /* SP_ART_RGBA_SVP_H */