Minor change/niggle - fix indentation.
fix indentation #5122
pull rebroad wants to merge 1 commits into bitcoin:master from rebroad:FixIndentation changing 1 files +41 −41-
rebroad commented at 8:26 AM on October 23, 2014: contributor
-
fix indentation ea120928bb
-
laanwj commented at 10:47 AM on October 23, 2014: member
Although the indentation is indeed wrong here, don't do commit with whitespace changes please. We'll fix these in one go with clang-format at some point.
- laanwj closed this on Oct 23, 2014
-
laanwj commented at 5:14 PM on October 23, 2014: member
http://clang.llvm.org/docs/ClangFormat.html
The repository already includes a configuration file for this.
-
sipa commented at 4:57 PM on October 24, 2014: member
The plan is to run automatic formatting using
clang-formaton the entire source tree before the release of 0.10 (to minimize conflicts with pull requests). - MarcoFalke locked this on Sep 8, 2021