diff src/script.cpp @ 3374:8c4e49592ec8 draft

Avoid leaving return types or function attributes on their own lines.
author Gregory Maxwell <greg@xiph.org>
date Fri, 24 Aug 2012 02:44:51 -0400 (2012-08-24)
parents 7ca141395cbb
children ce8540bec751 6405b2b19c99
line wrap: on
line diff
--- a/src/script.cpp
+++ b/src/script.cpp
@@ -1127,8 +1127,7 @@
         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)