diff -r e9424246020a src/core/gui/aboutdialog.cpp
--- a/src/core/gui/aboutdialog.cpp	Mon Apr 22 10:27:27 2019 +0200
+++ b/src/core/gui/aboutdialog.cpp	Mon Apr 22 10:28:31 2019 +0200
@@ -104,13 +104,13 @@
 
 	// Translations
 	paragraphs << tr("Doomseeker translations contributed by:\n")
-		+ tr("- Polish: Zalewa") + "\n"
-		+ tr("- Spanish: Pol Marcet Sard%1").arg(smallAGraveChar);
+	+ tr("- Polish: Zalewa") + "\n"
+	+ tr("- Spanish: Pol Marcet Sard%1").arg(smallAGraveChar);
 
 	// GeoLite2
 	paragraphs << tr("This program uses GeoLite2 data for IP-to-Country (IP2C) purposes, "
 		"available from https://www.maxmind.com") + "\n" +
-		tr("Database and Contents Copyright (c) 2018 MaxMind, Inc.");
+	tr("Database and Contents Copyright (c) 2018 MaxMind, Inc.");
 	paragraphs << tr("GeoLite2 License:\n"
 		"This work is licensed under the Creative Commons Attribution - ShareAlike 4.0 Unported License. "
 		"To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/.");
diff -r e9424246020a src/core/pathfinder/filealias.cpp
--- a/src/core/pathfinder/filealias.cpp	Mon Apr 22 10:27:27 2019 +0200
+++ b/src/core/pathfinder/filealias.cpp	Mon Apr 22 10:28:31 2019 +0200
@@ -97,7 +97,7 @@
 	{
 	default:
 		assert(false && "don't know how to serialize this FileAlias::MatchType");
-		// intentional fall-through
+	// intentional fall-through
 	case LeftToRight:
 		return "LeftToRight";
 	case AllEqual:
diff -r e9424246020a src/plugins/odamex/odamexgamehost.cpp
--- a/src/plugins/odamex/odamexgamehost.cpp	Mon Apr 22 10:27:27 2019 +0200
+++ b/src/plugins/odamex/odamexgamehost.cpp	Mon Apr 22 10:28:31 2019 +0200
@@ -44,7 +44,7 @@
 	if (!params().loggingPath().isEmpty())
 	{
 		args() << "+logfile" << params().loggingPath() + "/Odamex__" +
-			QDateTime::currentDateTime().toString("yyyy_MM_dd-HH_mm_ss") + ".log";
+		QDateTime::currentDateTime().toString("yyyy_MM_dd-HH_mm_ss") + ".log";
 	}
 
 	const QStringList &mapsList = params().mapList();
diff -r e9424246020a src/plugins/srb2/srb2gameinfo.cpp
--- a/src/plugins/srb2/srb2gameinfo.cpp	Mon Apr 22 10:27:27 2019 +0200
+++ b/src/plugins/srb2/srb2gameinfo.cpp	Mon Apr 22 10:28:31 2019 +0200
@@ -120,7 +120,7 @@
 	case Tag:
 	case HideAndSeek:
 		limits << GameCVar(tr("Hide time"), "+hidetime", 30);
-		// Intentional fall-through.
+	// Intentional fall-through.
 	case GameMode::SGM_Deathmatch:
 	case GameMode::SGM_TeamDeathmatch:
 	case GameMode::SGM_CTF:
diff -r e9424246020a src/plugins/zandronum/createserverdialogpages/flagspagevaluecontroller2.cpp
--- a/src/plugins/zandronum/createserverdialogpages/flagspagevaluecontroller2.cpp	Mon Apr 22 10:27:27 2019 +0200
+++ b/src/plugins/zandronum/createserverdialogpages/flagspagevaluecontroller2.cpp	Mon Apr 22 10:28:31 2019 +0200
@@ -566,7 +566,7 @@
 	// as a combination of two other flags. We need to check for it first and
 	// we also need to check if the result of 'AND' operation is equal to the
 	// value of the flag.
-	if ((dmflags & Dmflags::DF_FORCE_FALLINGST)
+	if ((dmflags &Dmflags::DF_FORCE_FALLINGST)
 		== Dmflags::DF_FORCE_FALLINGST)
 	{
 		f->cboFallingDamage->setCurrentIndex(FlagsPage::FDT_Strife);
@@ -616,8 +616,8 @@
 		f->cboCrouching->setCurrentIndex(FlagsPage::JCA_Default);
 	}
 
-	if ((zandronumDmflags & Dmflags::ZADF_UNBLOCK_PLAYERS) == 0 &&
-		(zandronumDmflags & Dmflags::ZADF_UNBLOCK_ALLIES) == 0)
+	if ((zandronumDmflags &Dmflags::ZADF_UNBLOCK_PLAYERS) == 0 &&
+		(zandronumDmflags &Dmflags::ZADF_UNBLOCK_ALLIES) == 0)
 	{
 		f->rbPlayersBlockEachOtherNormally->setChecked(true);
 	}
diff -r e9424246020a src/plugins/zandronum/createserverdialogpages/flagspagevaluecontroller3.cpp
--- a/src/plugins/zandronum/createserverdialogpages/flagspagevaluecontroller3.cpp	Mon Apr 22 10:27:27 2019 +0200
+++ b/src/plugins/zandronum/createserverdialogpages/flagspagevaluecontroller3.cpp	Mon Apr 22 10:28:31 2019 +0200
@@ -585,7 +585,7 @@
 	// as a combination of two other flags. We need to check for it first and
 	// we also need to check if the result of 'AND' operation is equal to the
 	// value of the flag.
-	if ((dmflags & Dmflags::DF_FORCE_FALLINGST)
+	if ((dmflags &Dmflags::DF_FORCE_FALLINGST)
 		== Dmflags::DF_FORCE_FALLINGST)
 	{
 		f->cboFallingDamage->setCurrentIndex(FlagsPage::FDT_Strife);
@@ -635,8 +635,8 @@
 		f->cboCrouching->setCurrentIndex(FlagsPage::JCA_Default);
 	}
 
-	if ((zandronumDmflags & Dmflags::ZADF_UNBLOCK_PLAYERS) == 0 &&
-		(zandronumDmflags & Dmflags::ZADF_UNBLOCK_ALLIES) == 0)
+	if ((zandronumDmflags &Dmflags::ZADF_UNBLOCK_PLAYERS) == 0 &&
+		(zandronumDmflags &Dmflags::ZADF_UNBLOCK_ALLIES) == 0)
 	{
 		f->rbPlayersBlockEachOtherNormally->setChecked(true);
 	}
diff -r e9424246020a src/wadseeker/zip/unzip.cpp
--- a/src/wadseeker/zip/unzip.cpp	Mon Apr 22 10:27:27 2019 +0200
+++ b/src/wadseeker/zip/unzip.cpp	Mon Apr 22 10:28:31 2019 +0200
@@ -82,7 +82,7 @@
 	if (headerResult != ZipFile::NoError)
 	{
 		qDebug() << "UnZip::extract(): Failed to extract file" << file
-			<< ", result:" << headerResult;
+		<< ", result:" << headerResult;
 		return false;
 	}
 	qint64 pos = header.headerPosition + header.howManyBytesTillData();
@@ -90,7 +90,7 @@
 	if (!stream->seek(pos))
 	{
 		qDebug() << "UnZip::extract(): Failed to seek archive to pos" << pos
-			<< "for file:" << file << ", result:" << headerResult;
+		<< "for file:" << file << ", result:" << headerResult;
 		return false;
 	}
 
@@ -236,10 +236,12 @@
 				ret = Z_ERRNO;
 				break;
 			}
-		} while (zstream.avail_out == 0 && bOk);
+		}
+		while (zstream.avail_out == 0 && bOk);
 
 		// done when inflate() says it's done
-	} while (ret != Z_STREAM_END && bOk);
+	}
+	while (ret != Z_STREAM_END && bOk);
 
 	int inflateEndErr = inflateEnd(&zstream);
 	if (err != Z_STREAM_END)
