Skip to content

Commit 4d12cb9

Browse files
norbertwgmergify[bot]
authored andcommitted
fix clang-format issue
(cherry picked from commit 603c8cb)
1 parent 891404c commit 4d12cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/actions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1852,7 +1852,7 @@ int renameFile(std::string& newPath, const tm* tm, Exiv2::ExifData& exifData) {
18521852
const size_t len = p.parent_path().string().length();
18531853
std::string parent_path_sep = "";
18541854
if (len > 0)
1855-
parent_path_sep = newPath.substr(0, len+1);
1855+
parent_path_sep = newPath.substr(0, len + 1);
18561856

18571857
newPath = parent_path_sep + std::string(basename) + p.extension().string();
18581858

0 commit comments

Comments
 (0)