aboutsummaryrefslogtreecommitdiff
path: root/src/script.cpp
diff options
context:
space:
mode:
authorGregory Maxwell <greg@xiph.org>2012-08-24 02:44:51 -0400
committerGregory Maxwell <greg@xiph.org>2012-08-24 02:48:19 -0400
commitbdab0cf58c2ac1b90ba2723e8f9ddc1817b3d811 (patch)
treed7b42a24e6c194d7b9a86a2d27dd320b9d1b02d2 /src/script.cpp
parent0050cf21ce2a3a3c032817e661f813ccaf25f430 (diff)
downloadbitcoin-bdab0cf58c2ac1b90ba2723e8f9ddc1817b3d811.tar.xz
Avoid leaving return types or function attributes on their own lines.
Diffstat (limited to 'src/script.cpp')
-rw-r--r--src/script.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/script.cpp b/src/script.cpp
index 8c35f0eed5..c34fbec82d 100644
--- a/src/script.cpp
+++ b/src/script.cpp
@@ -1127,8 +1127,7 @@ public:
return false;
}
- void
- Set(uint256 hash, const std::vector<unsigned char>& vchSig, const std::vector<unsigned char>& pubKey)
+ void Set(uint256 hash, const std::vector<unsigned char>& vchSig, const std::vector<unsigned char>& pubKey)
{
// DoS prevention: limit cache size to less than 10MB
// (~200 bytes per cache entry times 50,000 entries)