Skip to content

Commit

Permalink
Clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
capnkenny committed Jul 2, 2023
1 parent 58c341c commit cb9c362
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/NovelRT/Ecs/Audio/Ecs.Audio.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
#error NovelRT does not support including types explicitly by default. Please include Ecs.h instead for the Ecs namespace subset.
#endif

#include <NovelRT/Audio/Audio.hpp>
#include "../../Timing/StepTimer.h"
#include "../../Timing/Timestamp.h"
#include <NovelRT/Audio/Audio.hpp>
#include <chrono>
#include <map>

Expand Down
2 changes: 1 addition & 1 deletion include/NovelRT/LoggingService.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
#pragma warning(disable : 4275)
#endif

#include "Utilities/Misc.h"
#include "Exceptions/Exceptions.h"
#include "Utilities/Misc.h"
#include <spdlog/async.h>
#include <spdlog/sinks/stdout_color_sinks.h>
#include <spdlog/spdlog.h>
Expand Down

0 comments on commit cb9c362

Please sign in to comment.