From 4cfa12445f16c039f96b83373e86a9154ace7c16 Mon Sep 17 00:00:00 2001 From: Walter Lapchynski Date: Fri, 16 Aug 2019 22:15:35 -0700 Subject: [PATCH] Add missing empty line to end of patch. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Strangely, though the differential revision featured an empty line, when `arc patch`ing the repo, it didn't come with it. 🤷🏽 --- debian/patches/fix-dnd-mtp.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/patches/fix-dnd-mtp.patch b/debian/patches/fix-dnd-mtp.patch index 277ead9..b86fabc 100644 --- a/debian/patches/fix-dnd-mtp.patch +++ b/debian/patches/fix-dnd-mtp.patch @@ -45,4 +45,5 @@ Last-Update: 2019-08-17 - auto srcPaths = pathListFromQUrls(data->urls()); switch(action) { case Qt::CopyAction: - FileOperation::copyFiles(srcPaths, destPath); \ No newline at end of file + FileOperation::copyFiles(srcPaths, destPath); +