[CIFS] fix build error

Signed-off-by: Steve French <sfrench@us.ibm.com>
diff --git a/fs/cifs/inode.c b/fs/cifs/inode.c
index 232ab16..23cca21 100644
--- a/fs/cifs/inode.c
+++ b/fs/cifs/inode.c
@@ -813,7 +813,7 @@
 					current->tgid);
 		/* although we would like to mark the file hidden
  		   if that fails we will still try to rename it */
-		if (rc != 0) {
+		if (rc != 0)
 			cifsInode->cifsAttrs = dosattr;
 		else
 			dosattr = origattr; /* since not able to change them */