about summary refs log tree commit diff
path: root/surf.c
diff options
context:
space:
mode:
authorQuentin Rameau <quinq@fifth.space>2015-11-22 02:25:07 +0100
committerQuentin Rameau <quinq@fifth.space>2015-11-22 02:25:07 +0100
commit60c58fbf173b9af7a523fa7b37df07e7d98a88fc (patch)
treea85aa0a1a9fa940142e2fd60b8fa22dee00c2e7c /surf.c
parentContinue making chars const (diff)
downloadsurf-60c58fbf173b9af7a523fa7b37df07e7d98a88fc.tar.gz
surf-60c58fbf173b9af7a523fa7b37df07e7d98a88fc.tar.bz2
surf-60c58fbf173b9af7a523fa7b37df07e7d98a88fc.zip
Style indentation fix
Diffstat (limited to 'surf.c')
-rw-r--r--surf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/surf.c b/surf.c
index faf712f..6c85c3e 100644
--- a/surf.c
+++ b/surf.c
@@ -406,8 +406,8 @@ setatom(Client *c, int a, const char *v)
 {
 	XSync(dpy, False);
 	XChangeProperty(dpy, c->xid,
-			atoms[a], XA_STRING, 8, PropModeReplace,
-			(unsigned char *)v, strlen(v) + 1);
+	                atoms[a], XA_STRING, 8, PropModeReplace,
+	                (unsigned char *)v, strlen(v) + 1);
 }
 
 const char *