1
1
mirror of https://github.com/swaywm/sway synced 2024-09-29 16:31:21 +02:00

Fix style

This commit is contained in:
Drew DeVault 2018-03-27 16:01:29 -04:00
parent 17e39f6291
commit 53e3763b58

@ -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;
}