mirror of
https://github.com/holub/mame
synced 2025-05-25 23:35:26 +03:00
fixed whitespace in macro_string().
This commit is contained in:
parent
0fb3eb2cbf
commit
c19f1f8c49
@ -249,11 +249,11 @@ const char *hash_collection::macro_string(astring &buffer) const
|
|||||||
// handle CRCs
|
// handle CRCs
|
||||||
astring temp;
|
astring temp;
|
||||||
if (m_has_crc32)
|
if (m_has_crc32)
|
||||||
buffer.cat("CRC(").cat(m_crc32.as_string(temp)).cat(" )");
|
buffer.cat("CRC(").cat(m_crc32.as_string(temp)).cat(") ");
|
||||||
|
|
||||||
// handle SHA1s
|
// handle SHA1s
|
||||||
if (m_has_sha1)
|
if (m_has_sha1)
|
||||||
buffer.cat("SHA1(").cat(m_sha1.as_string(temp)).cat(" )");
|
buffer.cat("SHA1(").cat(m_sha1.as_string(temp)).cat(") ");
|
||||||
|
|
||||||
// append flags
|
// append flags
|
||||||
if (flag(FLAG_NO_DUMP))
|
if (flag(FLAG_NO_DUMP))
|
||||||
|
Loading…
Reference in New Issue
Block a user