Fixed compile warnings due to missing \n at EOF.

This commit is contained in:
Mark Morschhäuser 2013-05-15 21:31:47 +02:00
parent 187fa23fef
commit 562de0553f
16 changed files with 16 additions and 16 deletions

View file

@ -32,4 +32,4 @@ inline color makeColor(int r, int g, int b)
return result;
}
#endif
#endif

View file

@ -7,4 +7,4 @@ class Server_ArrowTarget : public QObject {
Q_OBJECT
};
#endif
#endif