fixup! [tx-robot] updated from transifex
authorOlivier Goffart <ogoffart@woboq.com>
Thu, 28 Sep 2017 16:16:10 +0000 (18:16 +0200)
committerRoeland Jago Douma <roeland@famdouma.nl>
Thu, 5 Oct 2017 20:01:38 +0000 (22:01 +0200)
test/syncenginetestutils.h

index 498ebcb4de2d77c9e3059131fe5988d8f7182c79..e061de222fbeb87d31cf000139085391be489336 100644 (file)
@@ -750,7 +750,6 @@ protected:
         bool isUpload = request.url().path().startsWith(sUploadUrl.path());
         FileInfo &info = isUpload ? _uploadFileInfo : _remoteRootFileInfo;
 
-
         auto verb = request.attribute(QNetworkRequest::CustomVerbAttribute);
         if (verb == "PROPFIND")
             // Ignore outgoingData always returning somethign good enough, works for now.