From ef6f09cf5b1d3f28e78919a74341fd78cedc231b Mon Sep 17 00:00:00 2001 From: Michael Steenbeek Date: Thu, 26 Jul 2018 15:02:55 +0200 Subject: [PATCH] Fix formatting [ci skip] --- src/openrct2/localisation/LanguagePack.cpp | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/src/openrct2/localisation/LanguagePack.cpp b/src/openrct2/localisation/LanguagePack.cpp index 0ed62edd8a..79a1da0556 100644 --- a/src/openrct2/localisation/LanguagePack.cpp +++ b/src/openrct2/localisation/LanguagePack.cpp @@ -22,12 +22,12 @@ #include #include #ifndef _WIN32 -#include -#include -#include -#include -#include -#include +# include +# include +# include +# include +# include +# include #endif // Don't try to load more than language files that exceed 64 MiB @@ -578,7 +578,6 @@ private: { auto ts = std::string(sb.GetBuffer(), sb.GetLength()); s = FixRTL(ts); - } else { @@ -669,8 +668,8 @@ private: ubidi_close(bidi); reordered.releaseBuffer(length); u_shapeArabic( - reordered.getBuffer(), length, shaped.getBuffer(length), length, - U_SHAPE_LETTERS_SHAPE | U_SHAPE_LENGTH_FIXED_SPACES_NEAR | U_SHAPE_TEXT_DIRECTION_VISUAL_LTR, &err); + reordered.getBuffer(), length, shaped.getBuffer(length), length, + U_SHAPE_LETTERS_SHAPE | U_SHAPE_LENGTH_FIXED_SPACES_NEAR | U_SHAPE_TEXT_DIRECTION_VISUAL_LTR, &err); shaped.releaseBuffer(length); std::string cppstring;