mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-22 06:56:54 +02:00
indentation
This commit is contained in:
parent
17f6b3a10b
commit
156e8db33a
1 changed files with 3 additions and 1 deletions
|
@ -520,7 +520,9 @@ public:
|
|||
/**
|
||||
* @return The bonding policy used to reach this peer
|
||||
*/
|
||||
SharedPtr<Bond> bond() { return _bond; }
|
||||
SharedPtr<Bond> bond() {
|
||||
return _bond;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return The bonding policy used to reach this peer
|
||||
|
|
Loading…
Add table
Reference in a new issue