summaryrefslogtreecommitdiff
path: root/Tests/QtAutogen/yaf_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/QtAutogen/yaf_p.h')
-rw-r--r--Tests/QtAutogen/yaf_p.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Tests/QtAutogen/yaf_p.h b/Tests/QtAutogen/yaf_p.h
index f0368ade1c..cf317b824f 100644
--- a/Tests/QtAutogen/yaf_p.h
+++ b/Tests/QtAutogen/yaf_p.h
@@ -21,10 +21,10 @@
class YafP : public QObject
{
Q_OBJECT
- public:
- YafP() {}
- public slots:
- void doYafP() { printf("I am yet another file !\n"); }
+public:
+ YafP() {}
+public slots:
+ void doYafP() { printf("I am yet another file !\n"); }
};
#endif