mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Reformatting using AStyle
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user