src: applied clang-format

This commit is contained in:
mlangkabel
2019-11-18 17:07:20 +01:00
parent 52058d9947
commit 078feca004
1100 changed files with 21382 additions and 20822 deletions
+3 -1
View File
@@ -8,7 +8,9 @@
float QtGraphViewStyleImpl::getCharWidth(const std::string& fontName, size_t fontSize)
{
return QFontMetrics(getFontForStyleType(fontName, fontSize)).width("QtGraphNode::QtGraphNode::QtGraphNode") / 37.0f;
return QFontMetrics(getFontForStyleType(fontName, fontSize))
.width("QtGraphNode::QtGraphNode::QtGraphNode") /
37.0f;
}
float QtGraphViewStyleImpl::getCharHeight(const std::string& fontName, size_t fontSize)