Clean-up: replace space by tabs
[lttng-tools.git] / src / bin / lttng-sessiond / client.c
index 9f9afa25acd1f45d64eb7cd6e7ce5b0b53b571c2..f6f80286963dddff18ba3e91443e86efe5b3eb39 100644 (file)
@@ -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.023567 seconds and 5 git commands to generate.