diff -r 11d3954df52a -r 627c4a0fd0e7 src/hbcore/cssparser/hbcssformatter_p.h --- a/src/hbcore/cssparser/hbcssformatter_p.h Thu May 27 13:10:59 2010 +0300 +++ b/src/hbcore/cssparser/hbcssformatter_p.h Fri Jun 11 13:58:22 2010 +0300 @@ -39,9 +39,13 @@ private: static QString styleRuleToString(const HbCss::StyleRule &rule, int specificity=-1); - static QString styleRuleToHtml(const HbCss::StyleRule &rule, QVector usedDecls, int specificity=-1); + static QString styleRuleToHtml( + const HbCss::StyleRule &rule, + QVector usedDecls, + int specificity=-1); static QString declarationToString(const HbCss::Declaration &decl, bool html=false); - static QString selectorsToString(const HbVector &selectors, int specificity=-1, bool html=false); + static QString selectorsToString( + const HbVector &selectors, int specificity=-1, bool html=false); static QString selectorToString(const HbCss::Selector &sel, bool html=false); };