Skip to content

Commit 3349c3e

Browse files
committed
Fix astyle issues
1 parent a0020e8 commit 3349c3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vl53l8cx.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ VL53L8CX::~VL53L8CX() {}
8181

8282
/**
8383
* @brief Initialize the pins of the sensor
84-
* @return Status 0 if check is OK.
84+
* @return Status 0 if check is OK.
8585
*/
8686
int VL53L8CX::begin()
8787
{
@@ -110,7 +110,7 @@ int VL53L8CX::begin()
110110

111111
/**
112112
* @brief Deinitialize the pins of the sensor
113-
* @return Status 0 if check is OK.
113+
* @return Status 0 if check is OK.
114114
*/
115115
int VL53L8CX::end()
116116
{

0 commit comments

Comments
 (0)