From 44d33ee1c824d5fec0d5d2b668bbe4ec519702c8 Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Fri, 4 Jun 2010 15:53:20 -0300 Subject: [PATCH] geometrictransform: Remove trailing whitespace Remove trailing whitespace from geometrictransform files --- gst/geometrictransform/geometricmath.c | 2 +- gst/geometrictransform/geometricmath.h | 2 +- gst/geometrictransform/gstcircle.c | 2 +- gst/geometrictransform/gstcircle.h | 4 ++-- gst/geometrictransform/gstcirclegeometrictransform.c | 2 +- gst/geometrictransform/gstcirclegeometrictransform.h | 4 ++-- gst/geometrictransform/gstkaleidoscope.c | 2 +- gst/geometrictransform/gstkaleidoscope.h | 4 ++-- gst/geometrictransform/gstpinch.c | 2 +- gst/geometrictransform/gstpinch.h | 4 ++-- gst/geometrictransform/gstsphere.c | 2 +- gst/geometrictransform/gstsphere.h | 4 ++-- gst/geometrictransform/gsttwirl.c | 2 +- gst/geometrictransform/gsttwirl.h | 4 ++-- gst/geometrictransform/gstwaterripple.c | 2 +- gst/geometrictransform/gstwaterripple.h | 4 ++-- 16 files changed, 23 insertions(+), 23 deletions(-) diff --git a/gst/geometrictransform/geometricmath.c b/gst/geometrictransform/geometricmath.c index 3dc0db9ca9..6679438cc9 100644 --- a/gst/geometrictransform/geometricmath.c +++ b/gst/geometrictransform/geometricmath.c @@ -1,7 +1,7 @@ /* * GStreamer * Copyright (C) 2010 Thiago Santos - * + * * 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 41e9a12446..7b8fa8614b 100644 --- a/gst/geometrictransform/geometricmath.h +++ b/gst/geometrictransform/geometricmath.h @@ -1,7 +1,7 @@ /* * GStreamer * Copyright (C) 2010 Thiago Santos - * + * * 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 16528a7e4b..78e428ee8b 100644 --- a/gst/geometrictransform/gstcircle.c +++ b/gst/geometrictransform/gstcircle.c @@ -1,7 +1,7 @@ /* * GStreamer * Copyright (C) 2010 Thiago Santos - * + * * 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 e35c57e559..7fa4fed37f 100644 --- a/gst/geometrictransform/gstcircle.h +++ b/gst/geometrictransform/gstcircle.h @@ -1,7 +1,7 @@ /* * GStreamer * Copyright (C) 2010 Thiago Santos - * + * * 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 dfc10bc28a..38690ef352 100644 --- a/gst/geometrictransform/gstcirclegeometrictransform.c +++ b/gst/geometrictransform/gstcirclegeometrictransform.c @@ -1,7 +1,7 @@ /* * GStreamer * Copyright (C) 2010 Thiago Santos - * + * * 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 fafdf931bd..a9539ad0c4 100644 --- a/gst/geometrictransform/gstcirclegeometrictransform.h +++ b/gst/geometrictransform/gstcirclegeometrictransform.h @@ -1,7 +1,7 @@ /* * GStreamer * Copyright (C) 2010 Thiago Santos - * + * * 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 805cdeb3f7..92699fcb5c 100644 --- a/gst/geometrictransform/gstkaleidoscope.c +++ b/gst/geometrictransform/gstkaleidoscope.c @@ -1,7 +1,7 @@ /* * GStreamer * Copyright (C) 2010 Thiago Santos - * + * * 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 aac6c3950f..c7ce485725 100644 --- a/gst/geometrictransform/gstkaleidoscope.h +++ b/gst/geometrictransform/gstkaleidoscope.h @@ -1,7 +1,7 @@ /* * GStreamer * Copyright (C) 2010 Thiago Santos - * + * * 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 fd48e5ad65..3c5ccb116c 100644 --- a/gst/geometrictransform/gstpinch.c +++ b/gst/geometrictransform/gstpinch.c @@ -1,7 +1,7 @@ /* * GStreamer * Copyright (C) 2010 Thiago Santos - * + * * 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 ed632fcf23..468199bbf7 100644 --- a/gst/geometrictransform/gstpinch.h +++ b/gst/geometrictransform/gstpinch.h @@ -1,7 +1,7 @@ /* * GStreamer * Copyright (C) 2010 Thiago Santos - * + * * 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 87d0d2a11e..719416ecca 100644 --- a/gst/geometrictransform/gstsphere.c +++ b/gst/geometrictransform/gstsphere.c @@ -1,7 +1,7 @@ /* * GStreamer * Copyright (C) 2010 Thiago Santos - * + * * 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 2a00c28b61..6af77a6a0b 100644 --- a/gst/geometrictransform/gstsphere.h +++ b/gst/geometrictransform/gstsphere.h @@ -1,7 +1,7 @@ /* * GStreamer * Copyright (C) 2010 Thiago Santos - * + * * 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 408bbbc8aa..209f245df2 100644 --- a/gst/geometrictransform/gsttwirl.c +++ b/gst/geometrictransform/gsttwirl.c @@ -1,7 +1,7 @@ /* * GStreamer * Copyright (C) 2010 Thiago Santos - * + * * 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 5cfb8f1f73..430501f9c1 100644 --- a/gst/geometrictransform/gsttwirl.h +++ b/gst/geometrictransform/gsttwirl.h @@ -1,7 +1,7 @@ /* * GStreamer * Copyright (C) 2010 Thiago Santos - * + * * 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 bf65eba63c..46c42d57f9 100644 --- a/gst/geometrictransform/gstwaterripple.c +++ b/gst/geometrictransform/gstwaterripple.c @@ -1,7 +1,7 @@ /* * GStreamer * Copyright (C) 2010 Thiago Santos - * + * * 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 58f370eca8..a19395a96b 100644 --- a/gst/geometrictransform/gstwaterripple.h +++ b/gst/geometrictransform/gstwaterripple.h @@ -1,7 +1,7 @@ /* * GStreamer * Copyright (C) 2010 Thiago Santos - * + * * 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; };