Skip to content

Commit dd56bbc

Browse files
refactor: clean up NotifyWorker function formatting in CInstantSendManager
Adjusted the formatting of the NotifyWorker function in CInstantSendManager for improved readability. This change includes consistent spacing and indentation, enhancing code maintainability without altering functionality.
1 parent 2f03126 commit dd56bbc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/instantsend/instantsend.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,9 @@ class CInstantSendManager final : public instantsend::InstantSendSignerParent
137137

138138
void WorkThreadMain(PeerManager& peerman)
139139
EXCLUSIVE_LOCKS_REQUIRED(!cs_nonLocked, !cs_pendingLocks, !cs_pendingRetry);
140-
void NotifyWorker() {
140+
void NotifyWorker() {
141141
workEpoch.fetch_add(1, std::memory_order_acq_rel);
142-
workCv.notify_one();
142+
workCv.notify_one();
143143
}
144144

145145
void HandleFullyConfirmedBlock(const CBlockIndex* pindex)

0 commit comments

Comments
 (0)