Skip to content

Commit

Permalink
Fix astyle issues
Browse files Browse the repository at this point in the history
  • Loading branch information
cparata committed Jul 1, 2024
1 parent a0020e8 commit 3349c3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vl53l8cx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ VL53L8CX::~VL53L8CX() {}

/**
* @brief Initialize the pins of the sensor
* @return Status 0 if check is OK.
* @return Status 0 if check is OK.
*/
int VL53L8CX::begin()
{
Expand Down Expand Up @@ -110,7 +110,7 @@ int VL53L8CX::begin()

/**
* @brief Deinitialize the pins of the sensor
* @return Status 0 if check is OK.
* @return Status 0 if check is OK.
*/
int VL53L8CX::end()
{
Expand Down

0 comments on commit 3349c3e

Please sign in to comment.