Description, because “alt text” can’t show it well:
{
emit differentFiles (ckFile.absoluteFilePath(),
otherFile.absoluteFilePath(),
FileCompareWorker::FileComparisonParams{FileComparisonParams::FileNameMatch,
(ckFile.size() > otherFile.size()) ? FileComparisonParams::File1IsLarger
: FileComparisonParams::File2IsLarger});
}
After Alignment
{
emit differentFiles (ckFile.absoluteFilePath(),
otherFile.absoluteFilePath(),
FileCompareWorker::FileComparisonParams{FileComparisonParams::FileNameMatch,
(ckFile.size() > otherFile.size()) ? FileComparisonParams::File1IsLarger
: FileComparisonParams::File2IsLarger});
}
Hmm.
I really just copied the stuff directly. Let me try again.
I get it. But I set all available “Align” flags to false and am still getting this.
I just want a simple thing that only does continuation indents.
If there is athough not even that, because all spaces before the first character in the line are to be removed.space
added, it should be something according to the coder (Is what I mean by indents only).Well, I guess I’ll go put a better word in there