aboutsummaryrefslogtreecommitdiff
path: root/libi3
diff options
context:
space:
mode:
authorAlbert Safin <xzfcpw@gmail.com>2020-02-21 02:06:48 +0000
committerAlbert Safin <xzfcpw@gmail.com>2020-02-21 02:06:48 +0000
commitd3976fee8c5efb5b8544366f7b221c5cf08aa40c (patch)
treec09cec4ecb0b63122f330b2d1fcf8c72ec3619c0 /libi3
parent854885ea9d3649746480c84d8d5cc8140da7e89e (diff)
downloadi3-d3976fee8c5efb5b8544366f7b221c5cf08aa40c.tar.gz
i3-d3976fee8c5efb5b8544366f7b221c5cf08aa40c.zip
Code style: fix misaligned and trailing whitespaces
Diffstat (limited to 'libi3')
-rw-r--r--libi3/get_exe_path.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libi3/get_exe_path.c b/libi3/get_exe_path.c
index e933f5b6..430fb2e0 100644
--- a/libi3/get_exe_path.c
+++ b/libi3/get_exe_path.c
@@ -91,7 +91,7 @@ char *get_exe_path(const char *argv0) {
free(destpath);
sasprintf(&destpath, "%s/%s", component, argv0);
/* Of course this is not 100% equivalent to actually exec()ing the
- * binary, but meh. */
+ * binary, but meh. */
if (access(destpath, X_OK) == 0) {
free(path);
free(tmp);