mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-27 01:18:45 +02:00
fix coding standards issue
This commit is contained in:
parent
b770ff7b79
commit
908cb8156b
1 changed files with 1 additions and 1 deletions
|
@ -2604,7 +2604,7 @@ bool DomainServer::processPendingContent(HTTPConnection* connection, QString ite
|
||||||
|
|
||||||
if (itemName == "restore-file" || itemName == "restore-file-chunk-final" || itemName == "restore-file-chunk-only") {
|
if (itemName == "restore-file" || itemName == "restore-file-chunk-final" || itemName == "restore-file-chunk-only") {
|
||||||
// invoke our method to hand the new octree file off to the octree server
|
// invoke our method to hand the new octree file off to the octree server
|
||||||
if(!handleOctreeFileReplacement(_pendingUploadedContent, filename, QString())) {
|
if (!handleOctreeFileReplacement(_pendingUploadedContent, filename, QString())) {
|
||||||
connection->respond(HTTPConnection::StatusCode400);
|
connection->respond(HTTPConnection::StatusCode400);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue