validate/media-descriptor: Fix indentation
authorEdward Hervey <edward@centricular.com>
Tue, 5 Jun 2018 14:38:10 +0000 (16:38 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Tue, 5 Jun 2018 14:38:10 +0000 (16:38 +0200)
validate/gst/validate/media-descriptor.c

index 6009ac8..b4cf758 100644 (file)
@@ -428,7 +428,7 @@ compare_streams (GstValidateMediaDescriptor * ref,
 
     if (!gst_caps_is_equal (rcaps, ccaps)) {
       gchar *rcaps_str = gst_caps_to_string (rcaps),
-        *ccaps_str = gst_caps_to_string (ccaps);
+          *ccaps_str = gst_caps_to_string (ccaps);
       GST_VALIDATE_REPORT (ref, FILE_PROFILE_INCORRECT,
           "Reference descriptor for stream %s has caps: %s"
           " but compared stream %s has caps: %s",