trim trailing spaces

This commit is contained in:
Steffen Jaeckel
2014-03-04 21:28:16 +01:00
parent 621a75ab28
commit 84298440f4
3 changed files with 14 additions and 14 deletions
+5 -5
View File
@@ -13,7 +13,7 @@
/**
@file crypt.c
Build strings, Tom St Denis
*/
*/
const char *crypt_build_settings =
"LibTomCrypt " SCRYPT " (Tom St Denis, tomstdenis@gmail.com)\n"
@@ -199,7 +199,7 @@ const char *crypt_build_settings =
#endif
#if defined(LTC_F8_MODE)
" F8 MODE\n"
#endif
#endif
#if defined(LTC_XTS_MODE)
" LTC_XTS_MODE\n"
#endif
@@ -274,7 +274,7 @@ const char *crypt_build_settings =
#endif
#if defined(MKAT)
" Katja\n"
#endif
#endif
"\nCompiler:\n"
#if defined(WIN32)
@@ -302,7 +302,7 @@ const char *crypt_build_settings =
#endif
#if defined(LTC_PPC32)
" LTC_PPC32 defined \n"
#endif
#endif
"\nVarious others: "
#if defined(LTC_BASE64)
@@ -367,7 +367,7 @@ const char *crypt_build_settings =
#endif
#if defined(LTC_EASY)
" (easy) "
#endif
#endif
#if defined(LTC_MECC_FP)
" LTC_MECC_FP "
#endif