From 3a68c85c8d6e8684c94d82bd64a622004579f3b4 Mon Sep 17 00:00:00 2001 From: Joursoir Date: Wed, 31 Aug 2022 15:52:00 +0300 Subject: tree: indent one tab between macro name and value --- src/constants.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/constants.h') diff --git a/src/constants.h b/src/constants.h index cdc0464..9d82eeb 100644 --- a/src/constants.h +++ b/src/constants.h @@ -19,15 +19,15 @@ along with this program. If not, see . ***/ -#define VERSION "1.2a" -#define DATE_RELEASE "4 July, 2021" +#define VERSION "1.2a" +#define DATE_RELEASE "4 July, 2021" -#define LOCKPASS_DIR ".lock-password/" -#define GPGKEY_FILE ".gpg-key" -#define STD_TEXT_EDITOR "vi" +#define LOCKPASS_DIR ".lock-password/" +#define GPGKEY_FILE ".gpg-key" +#define STD_TEXT_EDITOR "vi" #ifdef DEBUG - #define dbgprint(...) fprintf(stderr, "Debug: " __VA_ARGS__) + #define dbgprint(...) fprintf(stderr, "Debug: " __VA_ARGS__) #else #define dbgprint(...) #endif -- cgit v1.2.3-18-g5258