Clean-up: replace space by tabs
[lttng-tools.git] / src / common / runas.c
index 5d63f640e3ca20d12b29ed870e4b96688b9e9043..e30871c5c8fc4f8b4fb30d42c64fdd60292b3034 100644 (file)
@@ -667,9 +667,9 @@ int do_send_fds(int sock, const int *fds, unsigned int fd_count)
                        /* Return 0 as this is not a fatal error. */
                        return 0;
                }
-        }
+       }
 
-        len = lttcomm_send_fds_unix_sock(sock, fds, fd_count);
+       len = lttcomm_send_fds_unix_sock(sock, fds, fd_count);
        return len < 0 ? -1 : 0;
 }
 
This page took 0.023598 seconds and 5 git commands to generate.