summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gst/geometrictransform/geometricmath.c2
-rw-r--r--gst/geometrictransform/geometricmath.h2
-rw-r--r--gst/geometrictransform/gstcircle.c2
-rw-r--r--gst/geometrictransform/gstcircle.h4
-rw-r--r--gst/geometrictransform/gstcirclegeometrictransform.c2
-rw-r--r--gst/geometrictransform/gstcirclegeometrictransform.h4
-rw-r--r--gst/geometrictransform/gstkaleidoscope.c2
-rw-r--r--gst/geometrictransform/gstkaleidoscope.h4
-rw-r--r--gst/geometrictransform/gstpinch.c2
-rw-r--r--gst/geometrictransform/gstpinch.h4
-rw-r--r--gst/geometrictransform/gstsphere.c2
-rw-r--r--gst/geometrictransform/gstsphere.h4
-rw-r--r--gst/geometrictransform/gsttwirl.c2
-rw-r--r--gst/geometrictransform/gsttwirl.h4
-rw-r--r--gst/geometrictransform/gstwaterripple.c2
-rw-r--r--gst/geometrictransform/gstwaterripple.h4
16 files changed, 23 insertions, 23 deletions
diff --git a/gst/geometrictransform/geometricmath.c b/gst/geometrictransform/geometricmath.c
index 3dc0db9ca..6679438cc 100644
--- a/gst/geometrictransform/geometricmath.c
+++ b/gst/geometrictransform/geometricmath.c
@@ -1,7 +1,7 @@
/*
* GStreamer
* Copyright (C) 2010 Thiago Santos <thiago.sousa.santos@collabora.co.uk>
- *
+ *
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
diff --git a/gst/geometrictransform/geometricmath.h b/gst/geometrictransform/geometricmath.h
index 41e9a1244..7b8fa8614 100644
--- a/gst/geometrictransform/geometricmath.h
+++ b/gst/geometrictransform/geometricmath.h
@@ -1,7 +1,7 @@
/*
* GStreamer
* Copyright (C) 2010 Thiago Santos <thiago.sousa.santos@collabora.co.uk>
- *
+ *
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
diff --git a/gst/geometrictransform/gstcircle.c b/gst/geometrictransform/gstcircle.c
index 16528a7e4..78e428ee8 100644
--- a/gst/geometrictransform/gstcircle.c
+++ b/gst/geometrictransform/gstcircle.c
@@ -1,7 +1,7 @@
/*
* GStreamer
* Copyright (C) 2010 Thiago Santos <thiago.sousa.santos@collabora.co.uk>
- *
+ *
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
diff --git a/gst/geometrictransform/gstcircle.h b/gst/geometrictransform/gstcircle.h
index e35c57e55..7fa4fed37 100644
--- a/gst/geometrictransform/gstcircle.h
+++ b/gst/geometrictransform/gstcircle.h
@@ -1,7 +1,7 @@
/*
* GStreamer
* Copyright (C) 2010 Thiago Santos <thiago.sousa.santos@collabora.co.uk>
- *
+ *
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
@@ -75,7 +75,7 @@ struct _GstCircle
gint height;
};
-struct _GstCircleClass
+struct _GstCircleClass
{
GstCircleGeometricTransformClass parent_class;
};
diff --git a/gst/geometrictransform/gstcirclegeometrictransform.c b/gst/geometrictransform/gstcirclegeometrictransform.c
index dfc10bc28..38690ef35 100644
--- a/gst/geometrictransform/gstcirclegeometrictransform.c
+++ b/gst/geometrictransform/gstcirclegeometrictransform.c
@@ -1,7 +1,7 @@
/*
* GStreamer
* Copyright (C) 2010 Thiago Santos <thiago.sousa.santos@collabora.co.uk>
- *
+ *
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
diff --git a/gst/geometrictransform/gstcirclegeometrictransform.h b/gst/geometrictransform/gstcirclegeometrictransform.h
index fafdf931b..a9539ad0c 100644
--- a/gst/geometrictransform/gstcirclegeometrictransform.h
+++ b/gst/geometrictransform/gstcirclegeometrictransform.h
@@ -1,7 +1,7 @@
/*
* GStreamer
* Copyright (C) 2010 Thiago Santos <thiago.sousa.santos@collabora.co.uk>
- *
+ *
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
@@ -79,7 +79,7 @@ struct _GstCircleGeometricTransform
gdouble precalc_radius2;
};
-struct _GstCircleGeometricTransformClass
+struct _GstCircleGeometricTransformClass
{
GstGeometricTransformClass parent_class;
};
diff --git a/gst/geometrictransform/gstkaleidoscope.c b/gst/geometrictransform/gstkaleidoscope.c
index 805cdeb3f..92699fcb5 100644
--- a/gst/geometrictransform/gstkaleidoscope.c
+++ b/gst/geometrictransform/gstkaleidoscope.c
@@ -1,7 +1,7 @@
/*
* GStreamer
* Copyright (C) 2010 Thiago Santos <thiago.sousa.santos@collabora.co.uk>
- *
+ *
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
diff --git a/gst/geometrictransform/gstkaleidoscope.h b/gst/geometrictransform/gstkaleidoscope.h
index aac6c3950..c7ce48572 100644
--- a/gst/geometrictransform/gstkaleidoscope.h
+++ b/gst/geometrictransform/gstkaleidoscope.h
@@ -1,7 +1,7 @@
/*
* GStreamer
* Copyright (C) 2010 Thiago Santos <thiago.sousa.santos@collabora.co.uk>
- *
+ *
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
@@ -75,7 +75,7 @@ struct _GstKaleidoscope
gint sides;
};
-struct _GstKaleidoscopeClass
+struct _GstKaleidoscopeClass
{
GstCircleGeometricTransformClass parent_class;
};
diff --git a/gst/geometrictransform/gstpinch.c b/gst/geometrictransform/gstpinch.c
index fd48e5ad6..3c5ccb116 100644
--- a/gst/geometrictransform/gstpinch.c
+++ b/gst/geometrictransform/gstpinch.c
@@ -1,7 +1,7 @@
/*
* GStreamer
* Copyright (C) 2010 Thiago Santos <thiago.sousa.santos@collabora.co.uk>
- *
+ *
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
diff --git a/gst/geometrictransform/gstpinch.h b/gst/geometrictransform/gstpinch.h
index ed632fcf2..468199bbf 100644
--- a/gst/geometrictransform/gstpinch.h
+++ b/gst/geometrictransform/gstpinch.h
@@ -1,7 +1,7 @@
/*
* GStreamer
* Copyright (C) 2010 Thiago Santos <thiago.sousa.santos@collabora.co.uk>
- *
+ *
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
@@ -73,7 +73,7 @@ struct _GstPinch
gdouble intensity;
};
-struct _GstPinchClass
+struct _GstPinchClass
{
GstCircleGeometricTransformClass parent_class;
};
diff --git a/gst/geometrictransform/gstsphere.c b/gst/geometrictransform/gstsphere.c
index 87d0d2a11..719416ecc 100644
--- a/gst/geometrictransform/gstsphere.c
+++ b/gst/geometrictransform/gstsphere.c
@@ -1,7 +1,7 @@
/*
* GStreamer
* Copyright (C) 2010 Thiago Santos <thiago.sousa.santos@collabora.co.uk>
- *
+ *
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
diff --git a/gst/geometrictransform/gstsphere.h b/gst/geometrictransform/gstsphere.h
index 2a00c28b6..6af77a6a0 100644
--- a/gst/geometrictransform/gstsphere.h
+++ b/gst/geometrictransform/gstsphere.h
@@ -1,7 +1,7 @@
/*
* GStreamer
* Copyright (C) 2010 Thiago Santos <thiago.sousa.santos@collabora.co.uk>
- *
+ *
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
@@ -73,7 +73,7 @@ struct _GstSphere
gdouble refraction;
};
-struct _GstSphereClass
+struct _GstSphereClass
{
GstCircleGeometricTransformClass parent_class;
};
diff --git a/gst/geometrictransform/gsttwirl.c b/gst/geometrictransform/gsttwirl.c
index 408bbbc8a..209f245df 100644
--- a/gst/geometrictransform/gsttwirl.c
+++ b/gst/geometrictransform/gsttwirl.c
@@ -1,7 +1,7 @@
/*
* GStreamer
* Copyright (C) 2010 Thiago Santos <thiago.sousa.santos@collabora.co.uk>
- *
+ *
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
diff --git a/gst/geometrictransform/gsttwirl.h b/gst/geometrictransform/gsttwirl.h
index 5cfb8f1f7..430501f9c 100644
--- a/gst/geometrictransform/gsttwirl.h
+++ b/gst/geometrictransform/gsttwirl.h
@@ -1,7 +1,7 @@
/*
* GStreamer
* Copyright (C) 2010 Thiago Santos <thiago.sousa.santos@collabora.co.uk>
- *
+ *
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
@@ -73,7 +73,7 @@ struct _GstTwirl
gdouble angle;
};
-struct _GstTwirlClass
+struct _GstTwirlClass
{
GstCircleGeometricTransformClass parent_class;
};
diff --git a/gst/geometrictransform/gstwaterripple.c b/gst/geometrictransform/gstwaterripple.c
index bf65eba63..46c42d57f 100644
--- a/gst/geometrictransform/gstwaterripple.c
+++ b/gst/geometrictransform/gstwaterripple.c
@@ -1,7 +1,7 @@
/*
* GStreamer
* Copyright (C) 2010 Thiago Santos <thiago.sousa.santos@collabora.co.uk>
- *
+ *
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
diff --git a/gst/geometrictransform/gstwaterripple.h b/gst/geometrictransform/gstwaterripple.h
index 58f370eca..a19395a96 100644
--- a/gst/geometrictransform/gstwaterripple.h
+++ b/gst/geometrictransform/gstwaterripple.h
@@ -1,7 +1,7 @@
/*
* GStreamer
* Copyright (C) 2010 Thiago Santos <thiago.sousa.santos@collabora.co.uk>
- *
+ *
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
@@ -75,7 +75,7 @@ struct _GstWaterRipple
gdouble wavelength;
};
-struct _GstWaterRippleClass
+struct _GstWaterRippleClass
{
GstCircleGeometricTransformClass parent_class;
};