white space diffs to align formatting with our coding standards
This commit is contained in:
parent
3f065486fe
commit
a052a39065
1 changed files with 1 additions and 5 deletions
|
@ -36,11 +36,7 @@
|
|||
@endcode
|
||||
*/
|
||||
/**************************************************************************/
|
||||
GattService::GattService(UUID uuid) :
|
||||
primaryServiceID(uuid),
|
||||
characteristicCount(0),
|
||||
characteristics(),
|
||||
handle(0)
|
||||
GattService::GattService(UUID uuid) : primaryServiceID(uuid), characteristicCount(0), characteristics(), handle(0)
|
||||
{
|
||||
/* empty */
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue