JANITORIAL: Replace spaces in indentation with tabs

This commit is contained in:
Eugene Sandulenko 2021-04-15 21:20:04 +02:00
parent 71888ad4db
commit 5e7fe2dc57
No known key found for this signature in database
GPG key ID: 014D387312D34F08
780 changed files with 37372 additions and 37372 deletions

View file

@ -1037,7 +1037,7 @@ void ThemeEngine::drawButton(const Common::Rect &r, const Common::U32String &str
}
void ThemeEngine::drawDropDownButton(const Common::Rect &r, uint32 dropdownWidth, const Common::U32String &str,
ThemeEngine::WidgetStateInfo buttonState, bool inButton, bool inDropdown, bool rtl) {
ThemeEngine::WidgetStateInfo buttonState, bool inButton, bool inDropdown, bool rtl) {
if (!ready())
return;
@ -1298,7 +1298,7 @@ void ThemeEngine::drawWidgetBackground(const Common::Rect &r, WidgetBackground b
}
void ThemeEngine::drawTab(const Common::Rect &r, int tabHeight, const Common::Array<int> &tabWidths,
const Common::Array<Common::U32String> &tabs, int active, bool rtl) {
const Common::Array<Common::U32String> &tabs, int active, bool rtl) {
if (!ready())
return;
@ -1350,8 +1350,8 @@ void ThemeEngine::drawTab(const Common::Rect &r, int tabHeight, const Common::Ar
}
void ThemeEngine::drawText(const Common::Rect &r, const Common::U32String &str, WidgetStateInfo state,
Graphics::TextAlign align, TextInversionState inverted, int deltax, bool useEllipsis,
FontStyle font, FontColor color, bool restore, const Common::Rect &drawableTextArea) {
Graphics::TextAlign align, TextInversionState inverted, int deltax, bool useEllipsis,
FontStyle font, FontColor color, bool restore, const Common::Rect &drawableTextArea) {
if (!ready())
return;