Formatting, indentation
This commit is contained in:
@@ -36,8 +36,10 @@ void exitMarionetteLoop()
|
||||
|
||||
void marionetteFinalizeReqCb(bool success)
|
||||
{
|
||||
if (!success) {
|
||||
if (!success)
|
||||
{
|
||||
std::cerr << __func__ << ": Failed to finalize Marionette." << '\n';
|
||||
// Fallthrough.
|
||||
}
|
||||
std::cout << __func__ << ": Marionette finalized." << '\n';
|
||||
exitMarionetteLoop();
|
||||
|
||||
@@ -357,6 +357,7 @@ public:
|
||||
{
|
||||
std::cerr << __func__ << ": Failed to attach device: "
|
||||
<< spec->deviceIdentifier << "\n";
|
||||
// Fallthrough.
|
||||
}
|
||||
|
||||
if (!context->loop.incrementSuccessOrFailureAndTestForCompletionDueTo(
|
||||
@@ -430,6 +431,7 @@ public:
|
||||
{
|
||||
std::cerr << __func__ << ": Failed to detach device: "
|
||||
<< spec->deviceIdentifier << "\n";
|
||||
// Fallthrough.
|
||||
}
|
||||
|
||||
if (!context->loop.incrementSuccessOrFailureAndTestForCompletionDueTo(
|
||||
|
||||
Reference in New Issue
Block a user