aboutsummaryrefslogtreecommitdiff
path: root/i3-dump-log
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 /i3-dump-log
parent854885ea9d3649746480c84d8d5cc8140da7e89e (diff)
downloadi3-d3976fee8c5efb5b8544366f7b221c5cf08aa40c.tar.gz
i3-d3976fee8c5efb5b8544366f7b221c5cf08aa40c.zip
Code style: fix misaligned and trailing whitespaces
Diffstat (limited to 'i3-dump-log')
-rw-r--r--i3-dump-log/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/i3-dump-log/main.c b/i3-dump-log/main.c
index 4f15f26f..ba60d396 100644
--- a/i3-dump-log/main.c
+++ b/i3-dump-log/main.c
@@ -246,8 +246,8 @@ int main(int argc, char *argv[]) {
sigaction(SIGINT, &action, NULL);
/* Since pthread_cond_wait() expects a mutex, we need to provide one.
- * To not lock i3 (that’s bad, mhkay?) we just define one outside of
- * the shared memory. */
+ * To not lock i3 (that’s bad, mhkay?) we just define one outside of
+ * the shared memory. */
pthread_mutex_t dummy_mutex = PTHREAD_MUTEX_INITIALIZER;
pthread_mutex_lock(&dummy_mutex);
while (!interrupted) {