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