app: another minor cleanup in gimpunifiedtransformtool.c
you missed a spot
This commit is contained in:
@ -153,7 +153,8 @@ dotprod (GimpVector2 a,
|
||||
return a.x * b.x + a.y * b.y;
|
||||
}
|
||||
|
||||
static inline gdouble norm (GimpVector2 a)
|
||||
static inline gdouble
|
||||
norm (GimpVector2 a)
|
||||
{
|
||||
return sqrt (dotprod (a, a));
|
||||
}
|
||||
|
Reference in New Issue
Block a user