Replace tab indents with spaces in config.h

This commit is contained in:
Craig Barnes 2021-06-12 10:33:33 +01:00
parent 6a0a6b0b01
commit 02259f60a6

View file

@ -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};