webrtcdsp: Style fix
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Thu, 23 Jun 2016 01:44:35 +0000 (21:44 -0400)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Thu, 23 Jun 2016 02:34:25 +0000 (22:34 -0400)
ext/webrtcdsp/gstwebrtcdsp.cpp

index b79b118..a5ed2f1 100644 (file)
@@ -175,7 +175,7 @@ struct _GstWebrtcDsp
   /* Protected by the stream lock */
   GstClockTime timestamp;
   GstAdapter *adapter;
-    webrtc::AudioProcessing * apm;
+  webrtc::AudioProcessing * apm;
 
   /* Protected by the object lock */
   gchar *probe_name;