[fix] Fix a source file using clang-format
authorYongjoo Ahn <yongjoo1.ahn@samsung.com>
Tue, 13 Jun 2023 06:11:46 +0000 (15:11 +0900)
committerjaeyun-jung <39614140+jaeyun-jung@users.noreply.github.com>
Tue, 13 Jun 2023 08:12:14 +0000 (17:12 +0900)
- Apply clang-format-15 to the file `unittest_sink.cc`

Signed-off-by: Yongjoo Ahn <yongjoo1.ahn@samsung.com>
tests/nnstreamer_sink/unittest_sink.cc

index 3f6651c..4a97f8c 100644 (file)
@@ -4266,9 +4266,8 @@ test_custom_v0_handleEvent (event_ops ops, GstTensorFilterFrameworkEventData *da
  * @brief The mandatory callback for GstTensorFilterFramework (v1).
  */
 static int
-test_custom_v1_invoke (const GstTensorFilterFramework *self,
-    GstTensorFilterProperties *prop, void *private_data,
-    const GstTensorMemory *input, GstTensorMemory *output)
+test_custom_v1_invoke (const GstTensorFilterFramework *self, GstTensorFilterProperties *prop,
+    void *private_data, const GstTensorMemory *input, GstTensorMemory *output)
 {
   return test_custom_v0_invoke (prop, &private_data, input, output);
 }