DiscoveryAgent.cpp: fix gcc6 build
* Reindent souce code, to fix gcc6 '-Werror=misleading-indentation' warnings. Signed-off-by: Augustin Cavalier <[email protected]>
This commit is contained in:
committed by
Augustin Cavalier
parent
6703dd2931
commit
9e9c5cae83
@@ -47,8 +47,8 @@ DiscoveryAgent::StartInquiry(uint32 accessCode, DiscoveryListener* listener, big
|
|||||||
CALLED();
|
CALLED();
|
||||||
size_t size;
|
size_t size;
|
||||||
|
|
||||||
if (fMessenger == NULL)
|
if (fMessenger == NULL)
|
||||||
return B_ERROR;
|
return B_ERROR;
|
||||||
|
|
||||||
if (secs < 1 || secs > 61 )
|
if (secs < 1 || secs > 61 )
|
||||||
return B_TIMED_OUT;
|
return B_TIMED_OUT;
|
||||||
|
|||||||
Reference in New Issue
Block a user