Add missing newline at end of file

This is a scripted change done using the following command:

find . -type d -name .git -prune -o \
       -type f \! -name \*\~ \! -name .\#\* \
       \! -name \*.gz \! -name \*.pdf \! -name \*.patch -print0 | \
       xargs -0 sed -i -e '$a\'

Signed-off-by: Chris Dearman <chris@mips.com>
diff --git a/testcases/kernel/syscalls/nice/nice02.c b/testcases/kernel/syscalls/nice/nice02.c
index 994ab6a..8e02ea1 100644
--- a/testcases/kernel/syscalls/nice/nice02.c
+++ b/testcases/kernel/syscalls/nice/nice02.c
@@ -174,4 +174,4 @@
 	 */
 	TEST_CLEANUP;
 
-}
\ No newline at end of file
+}