From dcc9e2c2b434c6c1379ad3bda2093f2fa75f1e39 Mon Sep 17 00:00:00 2001 From: Stefan Wahren Date: Wed, 3 Jul 2013 20:52:27 +0200 Subject: [PATCH] fix indent --- mbus/mbus-protocol-aux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mbus/mbus-protocol-aux.c b/mbus/mbus-protocol-aux.c index ddbabfd..60cdef4 100755 --- a/mbus/mbus-protocol-aux.c +++ b/mbus/mbus-protocol-aux.c @@ -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; }