HID: hidraw: fix indentation
authorAntonio Ospite <ospite@studenti.unina.it>
Fri, 30 Apr 2010 19:49:58 +0000 (21:49 +0200)
committerJiri Kosina <jkosina@suse.cz>
Tue, 11 May 2010 08:47:55 +0000 (10:47 +0200)
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hidraw.c

index d044767..a758ead 100644 (file)
@@ -310,7 +310,7 @@ static long hidraw_ioctl(struct file *file, unsigned int cmd,
                                                -EFAULT : len;
                                        break;
                                }
-                }
+               }
 
                ret = -ENOTTY;
        }