]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
audiod_command.c: Trivial whitespace fix.
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 18 Aug 2015 18:33:16 +0000 (20:33 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 30 Aug 2015 11:24:39 +0000 (13:24 +0200)
audiod_command.c

index 76c185711b33c0b431c1366805a04539ccf785c5..22b47cf3eda16070079856f725611b38171ea58f 100644 (file)
@@ -440,7 +440,7 @@ int handle_connect(int accept_fd, fd_set *rfds, uid_t *uid_whitelist)
        if (ret < 0)
                goto out;
        uid = ret;
        if (ret < 0)
                goto out;
        uid = ret;
-       PARA_INFO_LOG("connection from user %i, buf: %s\n",  ret, buf);
+       PARA_INFO_LOG("connection from user %i, buf: %s\n", ret, buf);
        ret = check_perms(uid, uid_whitelist);
        if (ret < 0)
                goto out;
        ret = check_perms(uid, uid_whitelist);
        if (ret < 0)
                goto out;