CLOUD: Fix code formatting

This commit is contained in:
Peter Bozsó 2016-07-21 09:29:54 +02:00 committed by Alexander Tkachev
parent 772d8ee42b
commit 9254df2d96
35 changed files with 380 additions and 366 deletions

View file

@ -101,7 +101,7 @@ void IdResolveIdRequest::listedDirectoryCallback(Storage::FileArrayResponse resp
}
if (!found) {
if (lastLevel) finishError(Networking::ErrorResponse(this, false, true, Common::String("no such file found in its parent directory\n")+_currentDirectoryId, 404));
if (lastLevel) finishError(Networking::ErrorResponse(this, false, true, Common::String("no such file found in its parent directory\n") + _currentDirectoryId, 404));
else finishError(Networking::ErrorResponse(this, false, true, "subdirectory not found", 400));
}
}