[PATCH] uml: console whitespace and comment tidying
[powerpc.git] / arch / um / include / mconsole_kern.h
index 73030e5..d2fe07e 100644 (file)
@@ -20,7 +20,7 @@ struct mc_device {
        char *name;
        int (*config)(char *, char **);
        int (*get_config)(char *, char *, int, char **);
-        int (*id)(char **, int *, int *);
+       int (*id)(char **, int *, int *);
        int (*remove)(int, char **);
 };