libs: va: Fix code style in gstvaallocator.h
authorHe Junyan <junyan.he@intel.com>
Fri, 4 Nov 2022 09:03:35 +0000 (17:03 +0800)
committerHe Junyan <junyan.he@intel.com>
Sat, 5 Nov 2022 05:39:34 +0000 (13:39 +0800)
Replace all tabs with spaces.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3322>

subprojects/gst-plugins-bad/gst-libs/gst/va/gstvaallocator.h

index a0a2e0b..23d54d2 100644 (file)
@@ -109,12 +109,12 @@ GST_VA_API
 gboolean              gst_va_allocator_set_format         (GstAllocator * allocator,
                                                            GstVideoInfo * info,
                                                            guint usage_hint,
-                                                          GstVaFeature use_derived);
+                                                           GstVaFeature use_derived);
 GST_VA_API
 gboolean              gst_va_allocator_get_format         (GstAllocator * allocator,
                                                            GstVideoInfo * info,
                                                            guint * usage_hint,
-                                                          GstVaFeature * use_derived);
+                                                           GstVaFeature * use_derived);
 GST_VA_API
 void                  gst_va_allocator_set_hacks          (GstAllocator * allocator,
                                                            guint32 hacks);