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:
Murai Takashi 2016-05-04 21:02:39 +09:00 committed by Augustin Cavalier
parent 6703dd2931
commit 9e9c5cae83

View File

@ -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;