Fixed make_bitmap.py so that it generates the correct clang-format

This commit is contained in:
Belousov Oleg 2025-04-09 20:44:14 +03:00
parent d3bcf2072b
commit bf0cc4876f
2 changed files with 2 additions and 2 deletions

View File

@ -6331,4 +6331,4 @@ static constexpr Bitmap bitmap_titlebar_image{
} /* namespace ui */
#endif/*__BITMAP_HPP__*/
#endif /*__BITMAP_HPP__*/

View File

@ -104,6 +104,6 @@ for file in sorted(listdir(graphics_path)):
count += 1
f.write("} /* namespace ui */\n\n")
f.write("#endif/*__BITMAP_HPP__*/\n")
f.write("#endif /*__BITMAP_HPP__*/\n")
print(("Converted " + str(count) + " files"))