From 771dafe47390f7e7cdaa3878c5ed83239a75e76b Mon Sep 17 00:00:00 2001
From: Dylan Araps <dylan.araps@gmail.com>
Date: Sun, 13 Oct 2019 22:29:09 +0300
Subject: [PATCH] docs: update

---
 sowm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sowm.c b/sowm.c
index 469e0fe..0987411 100644
--- a/sowm.c
+++ b/sowm.c
@@ -334,7 +334,7 @@ int main(void) {
     if (!(dis = XOpenDisplay(0x0))) return 0;
 
     signal(SIGCHLD, SIG_IGN);
-	XSetErrorHandler(xerror);
+    XSetErrorHandler(xerror);
 
     s    = DefaultScreen(dis);
     root = RootWindow(dis, s);