Skip to content

Commit

Permalink
ci: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 26, 2024
1 parent aa41155 commit 72c2a98
Show file tree
Hide file tree
Showing 10 changed files with 10,372 additions and 10,003 deletions.
20 changes: 10 additions & 10 deletions include/Events.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#pragma once

namespace Events
{
class OnCellFullyLoadedEventHandler final : public EventSingleton<OnCellFullyLoadedEventHandler, RE::TESCellFullyLoadedEvent>
{
public:
RE::BSEventNotifyControl ProcessEvent(const RE::TESCellFullyLoadedEvent* a_event, RE::BSTEventSource<RE::TESCellFullyLoadedEvent>* a_eventSource) noexcept override;
};
} // namespace Events
#pragma once

namespace Events
{
class OnCellFullyLoadedEventHandler final : public EventSingleton<OnCellFullyLoadedEventHandler, RE::TESCellFullyLoadedEvent>
{
public:
RE::BSEventNotifyControl ProcessEvent(const RE::TESCellFullyLoadedEvent* a_event, RE::BSTEventSource<RE::TESCellFullyLoadedEvent>* a_eventSource) noexcept override;
};
} // namespace Events
6 changes: 3 additions & 3 deletions include/Logging.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#pragma once

void InitializeLogging() noexcept;
#pragma once

void InitializeLogging() noexcept;
Loading

0 comments on commit 72c2a98

Please sign in to comment.