refactor: clang format line length

This commit is contained in:
Lars Toenning
2024-11-16 19:27:30 +01:00
parent c7779e1461
commit 1a0b2a8c5f
1352 changed files with 25994 additions and 26603 deletions

View File

@@ -26,10 +26,7 @@ namespace swift::misc
out += indent % type % u"signature " % signature % u'\n';
out += CDBusUtils::getQDBusArgumentSignature(qv.value<QDBusArgument>(), level + 1) % u'\n';
}
else
{
out += indent % u"type: " % type % u"signature " % signature % u" value " % qv.toString() % u'\n';
}
else { out += indent % u"type: " % type % u"signature " % signature % u" value " % qv.toString() % u'\n'; }
}
arg.endArray();
return out;
@@ -46,8 +43,7 @@ namespace swift::misc
case QDBusArgument::MapType: return QLatin1String("MapType");
case QDBusArgument::MapEntryType: return QLatin1String("MapEntryType");
case QDBusArgument::UnknownType:
default:
return QLatin1String("Unknown type");
default: return QLatin1String("Unknown type");
}
}
} // namespace swift::misc