analyzer: code cosmetics

Change-Id: Id00cf1be9d07e47f7b61b8cc7e940629c84a48c1
Reviewed-on: http://codereview.qt.nokia.com/2707
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2011-08-05 18:03:37 +02:00
committed by hjk
parent 1f36bcaca3
commit 7b3ba73a01
7 changed files with 163 additions and 163 deletions

View File

@@ -32,8 +32,8 @@
**
**************************************************************************/
#ifndef LIBVALGRIND_PROTOCOL_STACK_H
#define LIBVALGRIND_PROTOCOL_STACK_H
#ifndef VALGRIND_PROTOCOL_STACK_H
#define VALGRIND_PROTOCOL_STACK_H
#include <QtCore/QSharedDataPointer>
@@ -52,7 +52,7 @@ public:
Stack();
Stack(const Stack &other);
~Stack();
Stack &operator=(const Stack &other);
void operator=(const Stack &other);
void swap(Stack &other);
bool operator==(const Stack &other) const;
@@ -84,4 +84,4 @@ private:
} // namespace XmlProtocol
} // namespace Stack
#endif // LIBVALGRIND_PROTOCOL_STACK_H
#endif // VALGRIND_PROTOCOL_STACK_H