Slight reformat

This commit is contained in:
jpirnay
2026-03-31 15:09:15 +02:00
parent 59466b0625
commit cd69b4da77
+3 -3
View File
@@ -584,11 +584,11 @@ def generate_strings_cpp(
) -> None: ) -> None:
"""Generate I18nStrings.cpp.""" """Generate I18nStrings.cpp."""
lines: List[str] = [ lines: List[str] = [
'#include "I18nStrings.h"',
"#include <cstddef>",
"",
"// THIS FILE IS AUTO-GENERATED BY gen_i18n.py. DO NOT EDIT.", "// THIS FILE IS AUTO-GENERATED BY gen_i18n.py. DO NOT EDIT.",
"// clang-format off", "// clang-format off",
'#include "I18nStrings.h"',
"",
"#include <cstddef>",
"", "",
] ]