fixed newline at end of file.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1246 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
shatty 2002-09-28 11:00:22 +00:00
parent 9ae520f2a1
commit 9eff9ec6bb
2 changed files with 2 additions and 2 deletions

View File

@ -37,4 +37,4 @@ int main()
printf("BTimedEventQueue sizeof = %ld\n",sizeof(BTimedEventQueue));
printf("BTimeSource sizeof = %ld\n",sizeof(BTimeSource));
return 0;
}
}

View File

@ -34,4 +34,4 @@ int main(int argc, char * argv[]) {
delete store;
delete text;
return 0;
}
}