summary refs log tree commit diff
path: root/bin/gfx/none.c
diff options
context:
space:
mode:
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 6decb24b..eb06d285 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");
 }