commit 53e3763b58575cda89562d0fa1a4f9270a9c74f6
parent 17e39f6291a62575437ce73bd61441bf21865622
Author: Drew DeVault <sir@cmpwn.com>
Date: Tue, 27 Mar 2018 16:01:29 -0400
Fix style
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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;
}