Skip to content

Commit

Permalink
final clang-format correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnd authored and Arnd committed Dec 12, 2020
1 parent ccc6714 commit d68e2a5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/DSFamily.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -658,9 +658,8 @@ uint8_t DSFamily_Class::search(uint8_t *newAddr) {
LastDeviceFlag = false;
LastFamilyDiscrepancy = 0;
search_result = false;
} // of if-then no device found
for (int i = 0; i < 8; i++)
newAddr[i] = ROM_NO[i]; // Copy result buffer
} // of if-then no device found
for (int i = 0; i < 8; i++) newAddr[i] = ROM_NO[i]; // Copy result buffer
return search_result;
} // of method search()
uint8_t DSFamily_Class::crc8(const uint8_t *addr, uint8_t len) {
Expand Down

0 comments on commit d68e2a5

Please sign in to comment.