fixed newline at end of file errors.

also fixed small include bug in SupportKitTestAddon.cpp.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1232 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
shatty
2002-09-28 05:10:39 +00:00
parent 3f7374a8f5
commit 459a94c163
17 changed files with 17 additions and 17 deletions
@@ -6,7 +6,7 @@
#include "bautolock/AutolockTest.h" #include "bautolock/AutolockTest.h"
#include "blocker/LockerTest.h" #include "blocker/LockerTest.h"
#include "bmemoryio/MemoryIOTest.h" #include "bmemoryio/MemoryIOTest.h"
#include "bmallocio/MallocIOTest.h" #include "bmemoryio/MallocIOTest.h"
BTestSuite* getTestSuite() { BTestSuite* getTestSuite() {
BTestSuite *suite = new BTestSuite("Support"); BTestSuite *suite = new BTestSuite("Support");