this post was submitted on 03 May 2025
27 points (81.4% liked)

Programmer Humor

22981 readers
917 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 

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});
			}
you are viewing a single comment's thread
view the rest of the comments
[–] ulterno@programming.dev 3 points 22 hours ago* (last edited 22 hours ago)

Your alt text formatting is way different from the pic by the way

Hmm.
I really just copied the stuff directly. Let me try again.

pretty common standard

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 a space added, it should be something according to the coder (Is what I mean by indents only).~~ though not even that, because all spaces before the first character in the line are to be removed.


Not random

Well, I guess I'll go put a better word in there