Skip to content

Commit a052a39

Browse files
author
Rohit Grover
committed
white space diffs to align formatting with our coding standards
1 parent 3f06548 commit a052a39

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

GattService.cpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,7 @@
3636
@endcode
3737
*/
3838
/**************************************************************************/
39-
GattService::GattService(UUID uuid) :
40-
primaryServiceID(uuid),
41-
characteristicCount(0),
42-
characteristics(),
43-
handle(0)
39+
GattService::GattService(UUID uuid) : primaryServiceID(uuid), characteristicCount(0), characteristics(), handle(0)
4440
{
4541
/* empty */
4642
}

0 commit comments

Comments
 (0)