Fixed indents in some files.

This commit is contained in:
23rd
2023-03-01 22:12:11 +03:00
parent 582df3f39f
commit 6ae15ff264
4 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ constexpr auto kSharedMediaLimit = 100;
return (quint32(std::clamp(color.red(), 0, 255)) << 16)
| (quint32(std::clamp(color.green(), 0, 255)) << 8)
| quint32(std::clamp(color.blue(), 0, 255));
};
};
auto mtpColors = QVector<MTPint>();
mtpColors.reserve(colors.size());