From 074b80bb23b8fa610464bd98dc4bc7dd2babc88a Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Tue, 18 Aug 2015 20:33:16 +0200 Subject: [PATCH] audiod_command.c: Trivial whitespace fix. --- audiod_command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audiod_command.c b/audiod_command.c index 76c18571..22b47cf3 100644 --- a/audiod_command.c +++ b/audiod_command.c @@ -440,7 +440,7 @@ int handle_connect(int accept_fd, fd_set *rfds, uid_t *uid_whitelist) 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; -- 2.39.2