From 02259f60a6452a6a565dac0b626661145418d3c2 Mon Sep 17 00:00:00 2001 From: Craig Barnes Date: Sat, 12 Jun 2021 10:33:33 +0100 Subject: [PATCH] Replace tab indents with spaces in config.h --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index 07fbcb1c..eded3481 100644 --- a/config.h +++ b/config.h @@ -10,9 +10,9 @@ #include "wayland.h" #ifdef HAVE_TERMINFO - #define DEFAULT_TERM "foot" + #define DEFAULT_TERM "foot" #else - #define DEFAULT_TERM "xterm-256color" + #define DEFAULT_TERM "xterm-256color" #endif enum conf_size_type {CONF_SIZE_PX, CONF_SIZE_CELLS};