Clean-up: sessiond: change spaces to tab
[lttng-tools.git] / src / bin / lttng-sessiond / client.c
index 9f9afa25acd1f45d64eb7cd6e7ce5b0b53b571c2..a878c79bdceedf7d20e31e7552019bc38ddb48e2 100644 (file)
@@ -2215,7 +2215,7 @@ static void *thread_manage_clients(void *data)
        }
 
        /* Set state as running. */
-        set_thread_status(true);
+       set_thread_status(true);
        pthread_cleanup_pop(0);
 
        /* This testpoint is after we signal readiness to the parent. */
@@ -2353,8 +2353,8 @@ static void *thread_manage_clients(void *data)
                                if (ret) {
                                        PERROR("close");
                                }
-                        }
-                        sock = -1;
+                       }
+                       sock = -1;
                        /*
                         * TODO: Inform client somehow of the fatal error. At
                         * this point, ret < 0 means that a zmalloc failed
@@ -2396,8 +2396,8 @@ static void *thread_manage_clients(void *data)
                        if (ret) {
                                PERROR("close");
                        }
-                }
-                sock = -1;
+               }
+               sock = -1;
 
                clean_command_ctx(&cmd_ctx);
 
This page took 0.024046 seconds and 4 git commands to generate.