From e4c596adf86930f0651c5a315a12c1da737714fe Mon Sep 17 00:00:00 2001 From: Alexei Dobrohotov Date: Thu, 4 Jul 2019 14:12:36 +0300 Subject: [PATCH] =?UTF-8?q?Fix=20CI=20builds=20(attempt=20=E2=84=962)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Gosh darn dem tabs --- components/files/linuxpath.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/files/linuxpath.cpp b/components/files/linuxpath.cpp index cceca97321..3acfd825f5 100644 --- a/components/files/linuxpath.cpp +++ b/components/files/linuxpath.cpp @@ -89,8 +89,8 @@ boost::filesystem::path LinuxPath::getLocalPath() const { if (readlink(path, binPath, sizeof(binPath)) != -1) { - localPath = boost::filesystem::path(binPath).parent_path(); - break; + localPath = boost::filesystem::path(binPath).parent_path(); + break; } }