fix indent

This commit is contained in:
Stefan Wahren 2013-07-03 20:52:27 +02:00
parent 7b897494fd
commit dcc9e2c2b4

View File

@ -2115,7 +2115,7 @@ mbus_probe_secondary_address(mbus_handle *handle, const char *mask, char *matchi
if (ret == MBUS_RECV_RESULT_INVALID)
{
/* check for more data (collision) */
mbus_purge_frames(handle);
mbus_purge_frames(handle);
return MBUS_PROBE_COLLISION;
}