minor code style fixes

This commit is contained in:
Alexey Khromov 2024-05-11 19:47:40 +03:00
parent c2f9843291
commit 2827504df4
2 changed files with 18 additions and 19 deletions

View File

@ -417,7 +417,6 @@ int conf_readconf(const char *confname, int inclevel, bool earlydbg)
} }
#ifdef DEBUG #ifdef DEBUG
debug_configure(); debug_configure();
#endif #endif
} }