[format] Require EOF newline

This commit is contained in:
Margen67
2025-07-18 11:26:28 -07:00
parent 45ca1c352d
commit 3eef564ff8
72 changed files with 74 additions and 73 deletions

View File

@@ -113,4 +113,4 @@ void BitMap::Reset() {
}
}
} // namespace xe
} // namespace xe

View File

@@ -43,4 +43,4 @@ class StartupCpuFeatureCheck {
// Ref:
// https://reviews.llvm.org/D12689#243295
__attribute__((
init_priority(101))) static StartupCpuFeatureCheck gStartupAvxCheck;
init_priority(101))) static StartupCpuFeatureCheck gStartupAvxCheck;

View File

@@ -43,4 +43,4 @@ class StartupCpuFeatureCheck {
// https://docs.microsoft.com/en-us/cpp/preprocessor/init-seg
#pragma warning(suppress : 4073)
#pragma init_seg(lib)
static StartupCpuFeatureCheck gStartupAvxCheck;
static StartupCpuFeatureCheck gStartupAvxCheck;

View File

@@ -132,4 +132,4 @@ void InitFeatureFlags() {
g_did_initialize_feature_flags = true;
}
} // namespace amd64
} // namespace xe
} // namespace xe

View File

@@ -36,4 +36,4 @@ struct SimpleFreelist {
}
void Reset() { head_ = nullptr; }
};
} // namespace xe
} // namespace xe

View File

@@ -82,4 +82,4 @@ class split_map {
};
} // namespace xe
#endif // XENIA_BASE_SPLIT_MAP_H_
#endif // XENIA_BASE_SPLIT_MAP_H_