mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 14:42:40 +01:00
Fix misleading indentation (in the case of DEVELOPER)
This commit is contained in:
parent
b206aed371
commit
7bd1ae6b2e
1 changed files with 3 additions and 1 deletions
|
@ -281,8 +281,10 @@ int main(int argc, char *argv[])
|
|||
#if DEVELOPER
|
||||
/* Suppresses backtrace (breaks valgrind) */
|
||||
if (!getenv("LIGHTNINGD_DEV_NO_BACKTRACE"))
|
||||
#endif
|
||||
backtrace_state = backtrace_create_state(argv[0], 0, NULL, NULL);
|
||||
#else
|
||||
backtrace_state = backtrace_create_state(argv[0], 0, NULL, NULL);
|
||||
#endif
|
||||
|
||||
ld = new_lightningd(NULL);
|
||||
secp256k1_ctx = secp256k1_context_create(SECP256K1_CONTEXT_VERIFY
|
||||
|
|
Loading…
Add table
Reference in a new issue