Skip to content

Commit 603c8cb

Browse files
norbertwgkmilos
authored andcommitted
fix clang-format issue
1 parent eea87bf commit 603c8cb

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
@@ -1835,7 +1835,7 @@ int renameFile(std::string& newPath, const tm* tm, Exiv2::ExifData& exifData) {
18351835
const size_t len = p.parent_path().string().length();
18361836
std::string parent_path_sep = "";
18371837
if (len > 0)
1838-
parent_path_sep = newPath.substr(0, len+1);
1838+
parent_path_sep = newPath.substr(0, len + 1);
18391839

18401840
newPath = parent_path_sep + std::string(basename) + p.extension().string();
18411841

0 commit comments

Comments
 (0)