From 06b2dd35c2448fd4a508345bca0b36c6191c386e Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Mon, 14 Jul 2014 22:55:26 +0200 Subject: [PATCH] libgimpmath: fix formatting in gimpmatrix.h --- libgimpmath/gimpmatrix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgimpmath/gimpmatrix.h b/libgimpmath/gimpmatrix.h index 1d18b7f770..e435d88352 100644 --- a/libgimpmath/gimpmatrix.h +++ b/libgimpmath/gimpmatrix.h @@ -120,8 +120,8 @@ void gimp_matrix3_transform_point (const GimpMatrix3 *matrix, /*****************/ /* GimpMatrix4 */ - /*****************/ + void gimp_matrix4_to_deg (const GimpMatrix4 *matrix, gdouble *a, gdouble *b,