From a2c224f70af1b09f590a33e4e14e00979d607c98 Mon Sep 17 00:00:00 2001 From: Furkan Sahin Date: Tue, 27 Mar 2018 16:01:29 -0400 Subject: Fix style --- client/buffer-pool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client') diff --git a/client/buffer-pool.c b/client/buffer-pool.c index 26d0f7e5..7f673ae9 100644 --- a/client/buffer-pool.c +++ b/client/buffer-pool.c @@ -13,7 +13,7 @@ static int create_pool_file(size_t size, char **name) { static const char template[] = "sway-client-XXXXXX"; const char *path = getenv("XDG_RUNTIME_DIR"); - if (!path) { + if (!path) { return -1; } -- cgit v1.2.3