# HG changeset patch # User Matti Hamalainen # Date 1567495333 -10800 # Node ID 5b4071a74289dad42255405a65526e61e5bcf226 # Parent b2d8b054b2f7c9cf6d9bb07081cedfd6b9f1c263 Indentation cosmetic. diff -r b2d8b054b2f7 -r 5b4071a74289 tools/lib64gfx.h --- a/tools/lib64gfx.h Tue Sep 03 10:15:41 2019 +0300 +++ b/tools/lib64gfx.h Tue Sep 03 10:22:13 2019 +0300 @@ -395,7 +395,7 @@ const char *dmC64GetOpSubjectName(const int subject); const DMC64MemBlock * dmC64GetOpMemBlock(const DMC64Image *img, const int subject, const int bank); int dmC64SanityCheckEncDecOp(const int i, const DMC64EncDecOp *op, const DMC64Image *img); -int dmC64MemBlockAllocSubj(DMC64Image *img, const int subject, const int bank); +int dmC64MemBlockAllocSubj(DMC64Image *img, const int subject, const int bank); size_t dmC64GetSubjectSize(const int subject, const DMC64ImageCommonFormat *fmt); size_t dmC64GetOpSubjectSize(const DMC64EncDecOp *op, const DMC64ImageCommonFormat *fmt);