diff options
author | Janne Anttila <janne.anttila@digia.com> | 2009-08-19 06:38:37 (GMT) |
---|---|---|
committer | Janne Anttila <janne.anttila@digia.com> | 2009-08-19 06:38:37 (GMT) |
commit | c2dd348e4145ae53d25eb6595a03d5140e12e10e (patch) | |
tree | 60a8a06b8d2b3e24dca774a439500994f8934168 /src/xml | |
parent | a1cfdc273bac90d58754c286810353ccb0be4b2e (diff) | |
download | Qt-c2dd348e4145ae53d25eb6595a03d5140e12e10e.zip Qt-c2dd348e4145ae53d25eb6595a03d5140e12e10e.tar.gz Qt-c2dd348e4145ae53d25eb6595a03d5140e12e10e.tar.bz2 |
Trivial whitespace removal from src/xml/sax/qxml.cpp.
Reviewed-by: TrustMe
Diffstat (limited to 'src/xml')
-rw-r--r-- | src/xml/sax/qxml.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xml/sax/qxml.cpp b/src/xml/sax/qxml.cpp index d7ac5c5..8d331b1 100644 --- a/src/xml/sax/qxml.cpp +++ b/src/xml/sax/qxml.cpp @@ -2767,7 +2767,7 @@ QXmlSimpleReaderPrivate::~QXmlSimpleReaderPrivate() void QXmlSimpleReaderPrivate::initIncrementalParsing() { - if( parseStack ) + if(parseStack) parseStack->clear(); else parseStack = new QStack<ParseState>; |