aboutsummaryrefslogtreecommitdiff
path: root/src/checkqueue.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/checkqueue.h')
-rw-r--r--src/checkqueue.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/checkqueue.h b/src/checkqueue.h
index 7500bae60e..978e23a7c4 100644
--- a/src/checkqueue.h
+++ b/src/checkqueue.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2012-2017 The Bitcoin Core developers
+// Copyright (c) 2012-2018 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
@@ -16,7 +16,7 @@
template <typename T>
class CCheckQueueControl;
-/**
+/**
* Queue for verifications that have to be performed.
* The verifications are represented by a type T, which must provide an
* operator(), returning a bool.
@@ -163,7 +163,7 @@ public:
};
-/**
+/**
* RAII-style controller object for a CCheckQueue that guarantees the passed
* queue is finished before continuing.
*/