Skip to content

Commit 65ec4d6

Browse files
author
MarcoFalke
committed
Merge #15887: docs: Align code example style with clang-format
201393f Align code example with clang-format (Hennadii Stepanov) Pull request description: With this PR running [clang-format-diff.py](https://github.com/bitcoin/bitcoin/blob/master/contrib/devtools/clang-format-diff.py) on the code example will not fire a format adjustment. ACKs for commit 201393: MarcoFalke: trivial ACK 201393f Tree-SHA512: 825c5e8cfba1bc140c2dfc38b82c5eec268b82b528af4301f25dfacc1f4f0788e268e72e8512f7ce001be665a8b07964a0af832fd9a1c6bd1c27d252f93619bc
2 parents ec519d4 + 201393f commit 65ec4d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/developer-notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -620,8 +620,8 @@ class AddressBookPage
620620
Mode m_mode;
621621
}
622622
623-
AddressBookPage::AddressBookPage(Mode _mode) :
624-
m_mode(_mode)
623+
AddressBookPage::AddressBookPage(Mode _mode)
624+
: m_mode(_mode)
625625
...
626626
```
627627

0 commit comments

Comments
 (0)