mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Fixed indents in some files.
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user