Skip to content

Commit

Permalink
chore: style formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
shad0wshayd3 authored and github-actions[bot] committed May 9, 2024
1 parent aa9c410 commit 3726853
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Plugin/src/PCH.h
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ using namespace std::literals;
#include "DKUtil/Logger.hpp"

// F4SEPlugin_Version
DLLEXPORT constinit auto F4SEPlugin_Version = []() noexcept {
DLLEXPORT constinit auto F4SEPlugin_Version = []() noexcept
{
F4SE::PluginVersionData data{};

data.PluginVersion(Plugin::Version);
Expand Down
3 changes: 2 additions & 1 deletion Plugin/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ class ScrapHeap
static REL::Relocation<std::uintptr_t> target{ REL::ID(2228361) };
stl::asm_replace(target.address(), 0x10, reinterpret_cast<std::uintptr_t>(QMaxMemory));

switch (*Config::General::iScrapHeapMult) {
switch (*Config::General::iScrapHeapMult)
{
case 1:
INFO("ScrapHeap default [0x04000000 (~70mb)]"sv);
break;
Expand Down

0 comments on commit 3726853

Please sign in to comment.