Skip to content

Commit 6aab764

Browse files
committed
doc: Fix whitespace errs in .md files, bitcoin.conf, Info.plist.in, and find_bdb48.m4
1 parent 92f35ac commit 6aab764

File tree

10 files changed

+27
-27
lines changed

10 files changed

+27
-27
lines changed

build-aux/m4/bitcoin_find_bdb48.m4

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

contrib/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ Files used during the gitian build process. For more information about gitian, s
3333
PGP keys used for signing Bitcoin Core [Gitian release](/doc/release-process.md) results.
3434

3535
### [MacDeploy](/contrib/macdeploy) ###
36-
Scripts and notes for Mac builds.
36+
Scripts and notes for Mac builds.
3737

3838
### [Gitian-build](/contrib/gitian-build.py) ###
3939
Script for running full Gitian builds.
4040

41-
Test and Verify Tools
41+
Test and Verify Tools
4242
---------------------
4343

4444
### [TestGen](/contrib/testgen) ###

contrib/macdeploy/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### MacDeploy ###
22

33
For Snow Leopard (which uses [Python 2.6](http://www.python.org/download/releases/2.6/)), you will need the param_parser package:
4-
4+
55
sudo easy_install argparse
66

77
This script should not be run manually, instead, after building as usual:

contrib/testgen/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Utilities to generate test vectors for the data-driven Bitcoin tests.
44

5-
Usage:
5+
Usage:
66

77
PYTHONPATH=../../test/functional/test_framework ./gen_key_io_test_vectors.py valid 50 > ../../src/test/data/key_io_keys_valid.json
88
PYTHONPATH=../../test/functional/test_framework ./gen_key_io_test_vectors.py invalid 50 > ../../src/test/data/key_io_keys_invalid.json

depends/description.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This is a system of building and caching dependencies necessary for building Bitcoin.
1+
This is a system of building and caching dependencies necessary for building Bitcoin.
22
There are several features that make it different from most similar systems:
33

44
### It is designed to be builder and host agnostic
@@ -26,7 +26,7 @@ Before building, a unique build-id is generated for each package. This id
2626
consists of a hash of all files used to build the package (Makefiles, packages,
2727
etc), and as well as a hash of the same data for each recursive dependency. If
2828
any portion of a package's build recipe changes, it will be rebuilt as well as
29-
any other package that depends on it. If any of the main makefiles (Makefile,
29+
any other package that depends on it. If any of the main makefiles (Makefile,
3030
funcs.mk, etc) are changed, all packages will be rebuilt. After building, the
3131
results are cached into a tarball that can be re-used and distributed.
3232

depends/packages.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ These variables are optional:
3232

3333
$(package)_build_subdir:
3434
cd to this dir before running configure/build/stage commands.
35-
35+
3636
$(package)_download_file:
3737
The file-name of the upstream source if it differs from how it should be
3838
stored locally. This can be used to avoid storing file-names with strange
3939
characters.
40-
40+
4141
$(package)_dependencies:
4242
Names of any other packages that this one depends on.
43-
43+
4444
$(package)_patches:
4545
Filenames of any patches needed to build the package
4646

@@ -134,7 +134,7 @@ the user. Other variables may be defined as needed.
134134
Stage the build results. If undefined, does nothing.
135135

136136
The following variables are available for each recipe:
137-
137+
138138
$(1)_staging_dir: package's destination sysroot path
139139
$(1)_staging_prefix_dir: prefix path inside of the package's staging dir
140140
$(1)_extract_dir: path to the package's extracted sources

doc/REST-interface.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ $ curl localhost:18332/rest/getutxos/checkmempool/b2cdfd7b89def827ff8af7cd9bff76
8181
{
8282
"txvers" : 1
8383
"height" : 2147483647,
84-
"value" : 8.8687,
84+
"value" : 8.8687,
8585
"scriptPubKey" : {
8686
"asm" : "OP_DUP OP_HASH160 1c7cebb529b86a04c683dfa87be49de35bcf589e OP_EQUALVERIFY OP_CHECKSIG",
8787
"hex" : "76a9141c7cebb529b86a04c683dfa87be49de35bcf589e88ac",

doc/init.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ Paths
5353

5454
All three configurations assume several paths that might need to be adjusted.
5555

56-
Binary: `/usr/bin/bitcoind`
57-
Configuration file: `/etc/bitcoin/bitcoin.conf`
58-
Data directory: `/var/lib/bitcoind`
56+
Binary: `/usr/bin/bitcoind`
57+
Configuration file: `/etc/bitcoin/bitcoin.conf`
58+
Data directory: `/var/lib/bitcoind`
5959
PID file: `/var/run/bitcoind/bitcoind.pid` (OpenRC and Upstart) or `/run/bitcoind/bitcoind.pid` (systemd)
60-
Lock file: `/var/lock/subsys/bitcoind` (CentOS)
60+
Lock file: `/var/lock/subsys/bitcoind` (CentOS)
6161

6262
The PID directory (if applicable) and data directory should both be owned by the
6363
bitcoin user and group. It is advised for security reasons to make the
@@ -83,10 +83,10 @@ OpenRC).
8383

8484
### macOS
8585

86-
Binary: `/usr/local/bin/bitcoind`
87-
Configuration file: `~/Library/Application Support/Bitcoin/bitcoin.conf`
88-
Data directory: `~/Library/Application Support/Bitcoin`
89-
Lock file: `~/Library/Application Support/Bitcoin/.lock`
86+
Binary: `/usr/local/bin/bitcoind`
87+
Configuration file: `~/Library/Application Support/Bitcoin/bitcoin.conf`
88+
Data directory: `~/Library/Application Support/Bitcoin`
89+
Lock file: `~/Library/Application Support/Bitcoin/.lock`
9090

9191
Installing Service Configuration
9292
-----------------------------------

share/examples/bitcoin.conf

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
##
22
## bitcoin.conf configuration file. Lines beginning with # are comments.
33
##
4-
4+
55
# Network-related settings:
66

77
# Note that if you use testnet or regtest, particularly with the options
@@ -97,7 +97,7 @@
9797
# rpcauth=bob:b2dd077cb54591a2f3139e69a897ac$4e71f08d48b4347cf8eff3815c0e25ae2e9a4340474079f55705f40574f4ec99
9898

9999
# How many seconds bitcoin will wait for a complete RPC HTTP request.
100-
# after the HTTP connection is established.
100+
# after the HTTP connection is established.
101101
#rpcclienttimeout=30
102102

103103
# By default, only RPC connections from localhost are allowed.
@@ -108,7 +108,7 @@
108108
# because the rpcpassword is transmitted over the network unencrypted.
109109

110110
# server=1 tells Bitcoin-Qt to accept JSON-RPC commands.
111-
# it is also read by bitcoind to determine if RPC should be enabled
111+
# it is also read by bitcoind to determine if RPC should be enabled
112112
#rpcallowip=10.1.1.34/255.255.255.0
113113
#rpcallowip=1.2.3.4/24
114114
#rpcallowip=2001:db8:85a3:0:0:8a2e:370:7334/96
@@ -139,11 +139,11 @@
139139
# both prior transactions and several dozen future transactions.
140140
#keypool=100
141141

142-
# Enable pruning to reduce storage requirements by deleting old blocks.
142+
# Enable pruning to reduce storage requirements by deleting old blocks.
143143
# This mode is incompatible with -txindex and -rescan.
144144
# 0 = default (no pruning).
145145
# 1 = allows manual pruning via RPC.
146-
# >=550 = target to stay under in MiB.
146+
# >=550 = target to stay under in MiB.
147147
#prune=550
148148

149149
# User interface options

share/qt/Info.plist.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<key>CFBundleExecutable</key>
3232
<string>Bitcoin-Qt</string>
33-
33+
3434
<key>CFBundleName</key>
3535
<string>Bitcoin-Qt</string>
3636

@@ -99,7 +99,7 @@
9999

100100
<key>NSRequiresAquaSystemAppearance</key>
101101
<string>True</string>
102-
102+
103103
<key>LSApplicationCategoryType</key>
104104
<string>public.app-category.finance</string>
105105
</dict>

0 commit comments

Comments
 (0)