diff options
author | Joursoir <chat@joursoir.net> | 2022-08-31 15:52:00 +0300 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2022-08-31 19:11:26 +0300 |
commit | 3a68c85c8d6e8684c94d82bd64a622004579f3b4 (patch) | |
tree | 87ab4405b54b85619a166ad5de81f158ded0aff5 /src/constants.h | |
parent | c86d4d51638ad18b54e43d67c4d0424ab381f58c (diff) | |
download | lock-password-3a68c85c8d6e8684c94d82bd64a622004579f3b4.tar.gz lock-password-3a68c85c8d6e8684c94d82bd64a622004579f3b4.tar.bz2 lock-password-3a68c85c8d6e8684c94d82bd64a622004579f3b4.zip |
tree: indent one tab between macro name and value
Diffstat (limited to 'src/constants.h')
-rw-r--r-- | src/constants.h | 12 |
1 files changed, 6 insertions, 6 deletions
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 <https://www.gnu.org/licenses/>. ***/ -#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 |