Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Indent module is acting wierd #734

Open
myungjoo opened this issue Oct 27, 2021 · 1 comment
Open

Indent module is acting wierd #734

myungjoo opened this issue Oct 27, 2021 · 1 comment
Labels
Hacktoberfest https://hacktoberfest.digitalocean.com/

Comments

@myungjoo
Copy link
Member

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
Copy link
Collaborator

taos-ci commented Oct 27, 2021

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

@leemgs leemgs added the Hacktoberfest https://hacktoberfest.digitalocean.com/ label Oct 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Hacktoberfest https://hacktoberfest.digitalocean.com/
3 participants