From: Michael Stapelberg Date: Mon, 24 Dec 2012 15:57:30 +0000 (+0100) Subject: fix formatting in get_process_filename.c X-Git-Tag: 4.5~84 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9882a4dc09edc9a0734b7f5ba5bb4aa4117e5081;p=i3%2Fi3 fix formatting in get_process_filename.c --- diff --git a/libi3/get_process_filename.c b/libi3/get_process_filename.c index 0a653870..630e3d1c 100644 --- a/libi3/get_process_filename.c +++ b/libi3/get_process_filename.c @@ -32,8 +32,8 @@ char *get_process_filename(const char *prefix) { char *tmp; sasprintf(&tmp, "%s/i3", dir); dir = tmp; - struct stat buf; - if (stat(dir, &buf) != 0) { + struct stat buf; + if (stat(dir, &buf) != 0) { if (mkdir(dir, 0700) == -1) { perror("mkdir()"); return NULL;