minor: Adjust macro alignment

This commit is contained in:
Christopher Wellons 2019-02-03 15:46:23 -05:00
parent 500738e0cf
commit 5aa75a8833

View File

@ -20,7 +20,7 @@
#define DEFAULT_DELAY 10000 /* milliseconds */ #define DEFAULT_DELAY 10000 /* milliseconds */
#define DEFAULT_MAX_LINE_LENGTH 32 #define DEFAULT_MAX_LINE_LENGTH 32
#define DEFAULT_MAX_CLIENTS 4096 #define DEFAULT_MAX_CLIENTS 4096
#define DEFAULT_CONFIG_FILE "/etc/endlessh/config" #define DEFAULT_CONFIG_FILE "/etc/endlessh/config"
#define XSTR(s) STR(s) #define XSTR(s) STR(s)
#define STR(s) #s #define STR(s) #s