Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
martonmiklos committed Jan 15, 2025
1 parent fcfd7c2 commit d76cf24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/stlink_interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ STLinkInterface::~STLinkInterface(void)

// STLink_FreeLibrary();
if (m_bApiDllLoaded) {
for (uint32_t i = 0; i<m_nbEnumDevices; i++) {
for (uint32_t i = 0; i < m_nbEnumDevices; i++) {
libusb_unref_device(devices[i]);
}
libusb_exit(ctx);
Expand Down

0 comments on commit d76cf24

Please sign in to comment.