Skip to content

Commit cf57f28

Browse files
qudixgithub-actions[bot]
authored andcommitted
maintenance
1 parent 88fa1bf commit cf57f28

4 files changed

Lines changed: 15 additions & 15 deletions

File tree

include/RE/B/BSScaleformManager.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ namespace RE
4949
}
5050

5151
bool LoadMovieEx(
52-
IMenu& a_menu,
53-
std::string_view a_filePath,
54-
std::string_view a_menuObjPath = ""sv,
55-
ScaleModeType a_scaleMode = ScaleModeType::kShowAll,
56-
float a_backgroundAlpha = 0.0F);
52+
IMenu& a_menu,
53+
std::string_view a_filePath,
54+
std::string_view a_menuObjPath = ""sv,
55+
ScaleModeType a_scaleMode = ScaleModeType::kShowAll,
56+
float a_backgroundAlpha = 0.0F);
5757

5858
// members
5959
Scaleform::GFx::Loader* loader; // 10

include/Scaleform/M/Memory.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ namespace Scaleform
162162
if (mem) { \
163163
return mem; \
164164
} else { \
165-
REX::FAIL("out of memory"sv); \
165+
REX::FAIL("out of memory"sv); \
166166
} \
167167
} \
168168
\
@@ -172,7 +172,7 @@ namespace Scaleform
172172
if (mem) { \
173173
return mem; \
174174
} else { \
175-
REX::FAIL("out of memory"sv); \
175+
REX::FAIL("out of memory"sv); \
176176
} \
177177
} \
178178
\
@@ -182,7 +182,7 @@ namespace Scaleform
182182
if (mem) { \
183183
return mem; \
184184
} else { \
185-
REX::FAIL("out of memory"sv); \
185+
REX::FAIL("out of memory"sv); \
186186
} \
187187
} \
188188
\
@@ -192,7 +192,7 @@ namespace Scaleform
192192
if (mem) { \
193193
return mem; \
194194
} else { \
195-
REX::FAIL("out of memory"sv); \
195+
REX::FAIL("out of memory"sv); \
196196
} \
197197
} \
198198
\

src/F4SE/API.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
#include "REX/W32/OLE32.h"
88
#include "REX/W32/SHELL32.h"
99

10-
#include <spdlog/spdlog.h>
1110
#include <spdlog/sinks/basic_file_sink.h>
1211
#include <spdlog/sinks/msvc_sink.h>
12+
#include <spdlog/spdlog.h>
1313

1414
namespace F4SE
1515
{

src/RE/B/BSScaleformManager.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
namespace RE
1111
{
1212
bool BSScaleformManager::LoadMovieEx(
13-
IMenu& a_menu,
14-
std::string_view a_filePath,
15-
std::string_view a_menuObjPath,
16-
ScaleModeType a_scaleMode,
17-
float a_backgroundAlpha)
13+
IMenu& a_menu,
14+
std::string_view a_filePath,
15+
std::string_view a_menuObjPath,
16+
ScaleModeType a_scaleMode,
17+
float a_backgroundAlpha)
1818
{
1919
static REL::Relocation<SettingT<INISettingCollection>*> fileUncacheOnMenuOpen{ ID::BSScaleformManager::FileUncacheOnMenuOpen };
2020
if (fileUncacheOnMenuOpen && fileUncacheOnMenuOpen->GetBinary()) {

0 commit comments

Comments
 (0)