Formatting changes

This commit is contained in:
wheremyfoodat 2024-11-09 18:29:57 +02:00
parent b89a21444e
commit d4f0b22748
3 changed files with 17 additions and 20 deletions

View file

@ -5,7 +5,7 @@
class Memory;
typedef std::list<FcramBlock> FcramBlockList;
using FcramBlockList = std::list<FcramBlock>;
class KFcram {
struct Region {