summary refs log tree commit diff
path: root/bin/gfx/none.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-05-13 00:41:58 -0400
committerJune McEnroe <june@causal.agency>2018-05-13 00:42:28 -0400
commit869f6622bbb883257a0eb96742752b9969cfb0be (patch)
tree7d2b2ff7b0c4dd5395bfc23585d27fe9052802a9 /bin/gfx/none.c
parentTabify shell scripts (diff)
downloadsrc-869f6622bbb883257a0eb96742752b9969cfb0be.tar.gz
src-869f6622bbb883257a0eb96742752b9969cfb0be.zip
Tabify bin
Diffstat (limited to 'bin/gfx/none.c')
-rw-r--r--bin/gfx/none.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gfx/none.c b/bin/gfx/none.c
index e5d53a9b..31de2ff4 100644
--- a/bin/gfx/none.c
+++ b/bin/gfx/none.c
@@ -20,5 +20,5 @@
 #include "gfx.h"
 
 int main() {
-    errx(EX_CONFIG, "no gfx frontend");
+	errx(EX_CONFIG, "no gfx frontend");
 }