Fixed indentation
This commit is contained in:
@@ -748,8 +748,7 @@ Glib::ustring BatchQueue::calcAutoFileNameBase (const Glib::ustring& origFileNam
|
|||||||
} else if (origFileName[0] == '\\') {
|
} else if (origFileName[0] == '\\') {
|
||||||
if (origFileName.size() > 1 && origFileName[1] == '\\') {
|
if (origFileName.size() > 1 && origFileName[1] == '\\') {
|
||||||
pa.push_back ("\\\\" + da[0]);
|
pa.push_back ("\\\\" + da[0]);
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
pa.push_back ("/" + da[0]);
|
pa.push_back ("/" + da[0]);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user