vserver 1.9.5.x5
[linux-2.6.git] / arch / um / include / uml_uaccess.h
index 785ccd5..f77eb64 100644 (file)
@@ -7,7 +7,7 @@
 #define __UML_UACCESS_H__
 
 extern int __do_copy_to_user(void *to, const void *from, int n,
-                                 void **fault_addr, void **fault_catcher);
+                            void **fault_addr, void **fault_catcher);
 extern unsigned long __do_user_copy(void *to, const void *from, int n,
                                    void **fault_addr, void **fault_catcher,
                                    void (*op)(void *to, const void *from,