summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2010-11-25 16:36:10 (GMT)
committerDavid Boddie <david.boddie@nokia.com>2010-11-25 16:36:10 (GMT)
commit25762d8825d5085287c3266f29a67046b99ff38a (patch)
tree4f4b190cc0fcd7e59ceb66f4c100d26e369a1fff /tools/qdoc3
parentfc124dd191f285d6003ad458621f752c2a164cf4 (diff)
downloadQt-25762d8825d5085287c3266f29a67046b99ff38a.zip
Qt-25762d8825d5085287c3266f29a67046b99ff38a.tar.gz
Qt-25762d8825d5085287c3266f29a67046b99ff38a.tar.bz2
Trivial whitespace fixes.
Diffstat (limited to 'tools/qdoc3')
-rw-r--r--tools/qdoc3/node.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/qdoc3/node.h b/tools/qdoc3/node.h
index 40b78ef..ae713d5 100644
--- a/tools/qdoc3/node.h
+++ b/tools/qdoc3/node.h
@@ -87,8 +87,8 @@ class Node
enum SubType {
NoSubType,
- Example,
- HeaderFile,
+ Example,
+ HeaderFile,
File,
Image,
Group,
@@ -114,7 +114,7 @@ class Node
Commendable,
Main,
Internal
- }; // don't reorder thisw enum
+ }; // don't reorder this enum
enum ThreadSafeness {
UnspecifiedSafeness,