Clean Trailing Tab: Signed-off-by: Michal Simek <monstr@monstr.eu>.
diff --git a/testcases/kernel/syscalls/fchmod/fchmod03.c b/testcases/kernel/syscalls/fchmod/fchmod03.c
index e1bb22f..7386cd3 100644
--- a/testcases/kernel/syscalls/fchmod/fchmod03.c
+++ b/testcases/kernel/syscalls/fchmod/fchmod03.c
@@ -27,7 +27,7 @@
  *	- the process is the owner of the file.
  *	- the effective group ID or one of the supplementary group ID's of the
  *	  process is equal to the group ID of the file.
- *	
+ *
  * Expected Result:
  *  fchmod() should return value 0 on success and succeeds to change
  *  the mode of specified file, sets sticky bit on it.
@@ -44,7 +44,7 @@
  *   Check return code, if system call failed (return=-1)
  *   	Log the errno and Issue a FAIL message.
  *   Otherwise,
- *   	Verify the Functionality of system call	
+ *   	Verify the Functionality of system call
  *      if successful,
  *      	Issue Functionality-Pass message.
  *      Otherwise,
@@ -129,7 +129,7 @@
 		 * (to set sticky bit) on testfile.
 	 	 */
 		TEST(fchmod(fd, PERMS));
-	
+
 		/* check return code of fchmod(2) */
 		if (TEST_RETURN == -1) {
 			tst_resm(TFAIL, "fchmod(%d, %#o) Failed, errno=%d : %s",