mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01: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") {
|
||||
// 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);
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue