move datatypes to separate endpoint

This commit is contained in:
John
2021-11-05 17:47:49 +01:00
parent 4e9b8b755d
commit 1b47ae7815
3 changed files with 87 additions and 57 deletions
+1 -1
View File
@@ -1125,7 +1125,7 @@ void DataTypeList::dump(OutputFormat outputFormat, bool appendDivisor, ostream*
continue;
}
if (json) {
*output << sep << " {";
*output << sep << " {";
}
if ((dataType->getBitCount() % 8) != 0) {
dataType->dump(outputFormat, dataType->getBitCount(), appendDivisor, output);