Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 73a417d

Browse files
committed
Add a space after current version
1 parent a2e6ffa commit 73a417d

File tree

12 files changed

+15
-15
lines changed

12 files changed

+15
-15
lines changed

src/bdap/auditdata.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ namespace BDAP {
2222

2323
class CAuditData {
2424
public:
25-
static const int CURRENT_VERSION=1;
25+
static const int CURRENT_VERSION = 1;
2626
int nVersion;
2727
CharString OwnerFullPath; // name of the owner's full domain entry path
2828
CharString AuditData; // usually just a hash that points to the document being audited

src/bdap/certificate.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class CTransaction;
1414

1515
class CCertificate {
1616
public:
17-
static const int CURRENT_VERSION=1;
17+
static const int CURRENT_VERSION = 1;
1818
int nVersion;
1919
CharString OwnerFullPath; // name of the owner's full domain entry path
2020
CharString Name; // Certificate name

src/bdap/domainentry.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class CDomainEntryDefaultParameters {
4848
// See LDAP Distinguished Name
4949
class CDomainEntry {
5050
public:
51-
static const int CURRENT_VERSION=1;
51+
static const int CURRENT_VERSION = 1;
5252
int nVersion;
5353
CharString RootOID; // Canonical Object ID
5454
//CN=John Smith,OU=Public,DC=BDAP,DC=IO, O=Duality Blockchain Solutions, UID=johnsmith21

src/bdap/entrycheckpoints.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class CTransaction;
1414

1515
class CEntryCheckpoints {
1616
public:
17-
static const int CURRENT_VERSION=1;
17+
static const int CURRENT_VERSION = 1;
1818
int nVersion;
1919
CharString OwnerFullPath; // name of the owner's full domain entry path
2020
vCheckPoints CheckPointHashes; // vector of checkpoints containing the entry's channel or sub-chain block height and hash

src/bdap/fees.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ static const int32_t BDAP_NON_REFUNDABLE_SIDECHAIN_DEPOSIT = 7004;
3838

3939
class CFeeItem {
4040
public:
41-
static const int CURRENT_VERSION=1;
41+
static const int CURRENT_VERSION = 1;
4242
int nVersion;
4343
int32_t nType;
4444
CAmount Fee;

src/bdap/identity.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
class CIdentity {
1515
public:
16-
static const int CURRENT_VERSION=1;
16+
static const int CURRENT_VERSION = 1;
1717
int nVersion;
1818
CharString OwnerFullPath; // name of the owner's full domain entry path
1919
CharString VerificationData;
@@ -77,7 +77,7 @@ class CIdentity {
7777

7878
class CIdentityVerification {
7979
public:
80-
static const int CURRENT_VERSION=1;
80+
static const int CURRENT_VERSION = 1;
8181
int nVersion;
8282
CharString VerifierFullPath; // name of the verifier's full domain entry path
8383
CIdentity Identity;

src/bdap/linking.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ namespace BDAP {
3838

3939
class CLinkRequest {
4040
public:
41-
static const int CURRENT_VERSION=1;
41+
static const int CURRENT_VERSION = 1;
4242
int nVersion;
4343
CharString RequestorFullObjectPath; // Requestor's BDAP object path
4444
CharString RecipientFullObjectPath; // Recipient's BDAP object path
@@ -141,7 +141,7 @@ class CLinkRequest {
141141
// OP_RETURN Format: std::vector<unsigned char> GetEncryptedMessage(Serialize(CLinkAccept))
142142
class CLinkAccept {
143143
public:
144-
static const int CURRENT_VERSION=1;
144+
static const int CURRENT_VERSION = 1;
145145
int nVersion;
146146
CharString RequestorFullObjectPath; // Requestor's BDAP object path
147147
CharString RecipientFullObjectPath; // Recipient's BDAP object path

src/bdap/linkmanager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ namespace BDAP {
3131

3232
class CLink {
3333
public:
34-
static const int CURRENT_VERSION=1;
34+
static const int CURRENT_VERSION = 1;
3535
int nVersion;
3636
uint256 LinkID;
3737
bool fRequestFromMe;

src/bdap/linkstorage.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ namespace BDAP {
2323

2424
class CLinkStorage {
2525
public:
26-
static const int CURRENT_VERSION=1;
26+
static const int CURRENT_VERSION = 1;
2727
int nVersion;
2828
std::vector<unsigned char> vchRawData;
2929
std::vector<unsigned char> vchLinkPubKey;
@@ -105,7 +105,7 @@ class CLinkStorage {
105105

106106
class CLinkInfo {
107107
public:
108-
static const int CURRENT_VERSION=1;
108+
static const int CURRENT_VERSION = 1;
109109
int nVersion;
110110
std::vector<unsigned char> vchFullObjectPath;
111111
std::vector<unsigned char> vchSenderPubKey;

src/bdap/sidechain.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ enum ResourcePointerType {
2222

2323
class CSideChain {
2424
public:
25-
static const int CURRENT_VERSION=1;
25+
static const int CURRENT_VERSION = 1;
2626
int nVersion;
2727
CharString OwnerFullPath; // name of the owner's full domain entry path
2828
CharString Description;

src/bdap/stealth.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ struct stealth_prefix
3535
class CStealthAddress
3636
{
3737
public:
38-
static const int CURRENT_VERSION=1;
38+
static const int CURRENT_VERSION = 1;
3939
int nVersion;
4040
uint8_t options;
4141
uint8_t prefix_number_bits;

src/dht/mutable.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
class CMutableData {
1414
public:
15-
static const int CURRENT_VERSION=1;
15+
static const int CURRENT_VERSION = 1;
1616
int nVersion;
1717
CharString vchInfoHash; // key
1818
CharString vchPublicKey;

0 commit comments

Comments
 (0)