androidmedia: Fix small indentation issues

This commit is contained in:
Youness Alaoui 2012-10-23 11:12:19 -04:00 committed by Nicolas Dufresne
parent aa390e1be4
commit 54f3337bd1

View file

@ -181,7 +181,8 @@ gst_ahc_src_get_property (GObject * object, guint prop_id,
} }
} }
typedef struct { typedef struct
{
GstAHCSrc *self; GstAHCSrc *self;
jbyteArray array; jbyteArray array;
jbyte *data; jbyte *data;