Merge branch 'master' into 0.11
[platform/upstream/gstreamer.git] / gst / gstparamspecs.h
index e6c8d84..0e22f40 100644 (file)
@@ -105,7 +105,7 @@ typedef struct _GstParamSpecFraction GstParamSpecFraction;
  */
 struct _GstParamSpecFraction {
   GParamSpec    parent_instance;
-  
+
   gint          min_num, min_den;
   gint          max_num, max_den;
   gint          def_num, def_den;