mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r3262] Purpose:
Annoying code cleanup Description: This code could all be on one line, but wasn't for some reason. Solution: Made it into one printf() call. Platforms tested: Linux
This commit is contained in:
parent
9078455217
commit
b8085ef1ee
@ -2022,7 +2022,5 @@ static void
|
||||
dump_oid(hid_t oid)
|
||||
{
|
||||
indentation(indent + COL);
|
||||
printf("%s %s ", OBJID, BEGIN);
|
||||
printf("%d", oid);
|
||||
printf(" %s\n", END);
|
||||
printf("%s %s %d %s\n", OBJID, BEGIN, oid, END);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user