nnstreamer / TAOS-CI

:tangerine: TAOS-CI (a.k.a LightSys) is an lightweight and efficient CI system to achieve "Review less, merge faster" with a tool-based review system. It is completely compatible with all GitHub repositories although TAOS-CI is designed & implemented for NNStreamer repository. (Homepage: https://taos-ci.github.io/)
http://nnstreamer.mooo.com/TAOS-CI/ci/taos/
Apache License 2.0
117 stars 90 forks source link

Indent module is acting wierd #734

Open myungjoo opened 2 years ago

myungjoo commented 2 years ago
diff --git a/gst/nnstreamer/tensor_filter/tensor_filter_common.c b/gst/nnstreamer/tensor_filter/tensor_filter_common.c
index caa97e33..9f08c447 100644
--- a/gst/nnstreamer/tensor_filter/tensor_filter_common.c
+++ b/gst/nnstreamer/tensor_filter/tensor_filter_common.c
@@ -177,7 +177,7 @@ gst_tensor_query_connect (query_connection_handle conn_h)
   }

   /* create sending client socket */
-  /** @todo Support UDP protocol */
+                      /** @todo Support UDP protocol */
   conn->socket =
       g_socket_new (g_socket_address_get_family (saddr), G_SOCKET_TYPE_STREAM,
       G_SOCKET_PROTOCOL_TCP, &err);

For some comments, it's acting wierdly.

taos-ci commented 2 years ago

:octocat: cibot: Thank you for posting issue #734. The person in charge will reply soon.