doc: Fix whitespace errs in .md files, bitcoin.conf, Info.plist.in, and find_bdb48.m4

This commit is contained in:
Jon Layton
2019-09-07 23:52:45 -04:00
parent 92f35acb3b
commit 6aab7649d3
10 changed files with 27 additions and 27 deletions

View File

@ -61,7 +61,7 @@ AC_DEFUN([BITCOIN_FIND_BDB48],[
BDB_CPPFLAGS=${BDB_CFLAGS}
fi
AC_SUBST(BDB_CPPFLAGS)
if test "x$BDB_LIBS" = "x"; then
# TODO: Ideally this could find the library version and make sure it matches the headers being used
for searchlib in db_cxx-4.8 db_cxx db4_cxx; do