aboutsummaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-03-27 16:01:29 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2018-03-28 14:25:19 -0400
commit53e3763b58575cda89562d0fa1a4f9270a9c74f6 (patch)
tree5beadfc38f27cba127eecce8492d0ef03be09f3a /client
parents/scaling_mode/background_mode/g (diff)
downloadsway-53e3763b58575cda89562d0fa1a4f9270a9c74f6.tar.gz
sway-53e3763b58575cda89562d0fa1a4f9270a9c74f6.tar.zst
sway-53e3763b58575cda89562d0fa1a4f9270a9c74f6.zip
Fix style
Diffstat (limited to 'client')
-rw-r--r--client/buffer-pool.c2
1 files changed, 1 insertions, 1 deletions
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 @@
13static int create_pool_file(size_t size, char **name) { 13static int create_pool_file(size_t size, char **name) {
14 static const char template[] = "sway-client-XXXXXX"; 14 static const char template[] = "sway-client-XXXXXX";
15 const char *path = getenv("XDG_RUNTIME_DIR"); 15 const char *path = getenv("XDG_RUNTIME_DIR");
16 if (!path) { 16 if (!path) {
17 return -1; 17 return -1;
18 } 18 }
19 19