mirror of
https://github.com/open-goal/jak-project
synced 2026-07-10 23:22:17 -04:00
lint: formatting
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
#include "common/util/Assert.h"
|
||||
|
||||
#include "fmt/format.h"
|
||||
#include "fmt/format.h"
|
||||
|
||||
std::string reg_descriptor_name(GifTag::RegisterDescriptor reg) {
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
#include "common/common_types.h"
|
||||
#include "common/util/Assert.h"
|
||||
|
||||
#include "fmt/format.h"
|
||||
#include "fmt/format.h"
|
||||
|
||||
namespace pretty_print {
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
|
||||
#include "common/util/Assert.h"
|
||||
|
||||
#include "fmt/format.h"
|
||||
#include "fmt/format.h"
|
||||
|
||||
const std::unordered_map<std::string, GameTextVersion> sTextVerEnumMap = {
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
#include "common/util/Assert.h"
|
||||
#include "common/versions/revision.h"
|
||||
|
||||
#include "fmt/format.h"
|
||||
#include "fmt/format.h"
|
||||
|
||||
GameVersion game_name_to_version(const std::string& name) {
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
|
||||
#include "common/global_profiler/GlobalProfiler.h"
|
||||
|
||||
#include "fmt/format.h"
|
||||
#include "fmt/format.h"
|
||||
|
||||
DisplayManager::DisplayManager(SDL_Window* window) : m_window(window) {
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
|
||||
#include <algorithm>
|
||||
#include <array>
|
||||
#include <memory>
|
||||
#include <set>
|
||||
#include <unordered_map>
|
||||
#include <memory>
|
||||
|
||||
#include "common/log/log.h"
|
||||
#include "common/util/Assert.h"
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
|
||||
#include "goalc/emitter/IGen.h"
|
||||
|
||||
#include "fmt/format.h"
|
||||
#include "fmt/format.h"
|
||||
|
||||
using namespace emitter;
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
#include "decompiler/analysis/atomic_op_builder.h"
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
#include "fmt/format.h"
|
||||
#include "fmt/format.h"
|
||||
|
||||
using namespace decompiler;
|
||||
|
||||
Reference in New Issue
Block a user