Added missing a newline.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@39 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2002-07-10 15:48:19 +00:00
parent 8bac7924c0
commit f2e60e56e0

View File

@ -2,6 +2,7 @@
** Copyright 2001-2002, Travis Geiselbrecht. All rights reserved.
** Distributed under the terms of the NewOS License.
*/
#include <kernel.h>
#include <int.h>
#include <debug.h>
@ -143,4 +144,5 @@ int int_io_interrupt_handler(int vector)
release_spinlock(&io_vectors[vector].vector_lock);
return ret;
}
}