From bdab0cf58c2ac1b90ba2723e8f9ddc1817b3d811 Mon Sep 17 00:00:00 2001 From: Gregory Maxwell Date: Fri, 24 Aug 2012 02:44:51 -0400 Subject: Avoid leaving return types or function attributes on their own lines. --- src/script.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/script.cpp') 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& vchSig, const std::vector& pubKey) + void Set(uint256 hash, const std::vector& vchSig, const std::vector& pubKey) { // DoS prevention: limit cache size to less than 10MB // (~200 bytes per cache entry times 50,000 entries) -- cgit v1.2.3