mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-04-18 06:56:03 -04:00
Fixed make_bitmap.py so that it generates the correct clang-format
This commit is contained in:
parent
d3bcf2072b
commit
bf0cc4876f
@ -6331,4 +6331,4 @@ static constexpr Bitmap bitmap_titlebar_image{
|
||||
|
||||
} /* namespace ui */
|
||||
|
||||
#endif/*__BITMAP_HPP__*/
|
||||
#endif /*__BITMAP_HPP__*/
|
||||
|
@ -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"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user