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:
Murai Takashi
2016-05-13 15:25:12 -04:00
committed by Augustin Cavalier
parent 6703dd2931
commit 9e9c5cae83
+2 -2
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;