Clean Trailing Tab: Signed-off-by: Michal Simek <monstr@monstr.eu>.
diff --git a/testcases/kernel/syscalls/writev/writev01.c b/testcases/kernel/syscalls/writev/writev01.c
index 1a0d8b2..dfa6ff8 100644
--- a/testcases/kernel/syscalls/writev/writev01.c
+++ b/testcases/kernel/syscalls/writev/writev01.c
@@ -150,7 +150,7 @@
 	/* The following loop checks looping state if -i option given */
 	for (lc = 0; TEST_LOOPING(lc); lc++) {
 
-		
+	
 		/* reset Tst_count in case we are looping */
 		Tst_count = 0;
 
@@ -522,10 +522,10 @@
 	for (i = 0; pbufs[i] != (char *)NULL; i++) {
 		switch (i) {
 		case 0:
-			
+		
 		case 1:	fill_mem(pbufs[i], 0, 1);
 			break;
-			
+		
 		case 2:	fill_mem(pbufs[i], 1, 0);
 			break;