Reformatting using AStyle

This commit is contained in:
Vinnie Falco
2013-06-14 08:45:13 -07:00
parent 36bd8f7173
commit 521e812fc4
294 changed files with 54609 additions and 47598 deletions

View File

@@ -4,12 +4,13 @@ We also need to charge for each op
*/
namespace Script {
int Operation::getFee()
namespace Script
{
return(theConfig.FEE_CONTRACT_OPERATION);
int Operation::getFee ()
{
return (theConfig.FEE_CONTRACT_OPERATION);
}
}