doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / lib / userspec.h
index 8a09eae..67af845 100644 (file)
@@ -5,6 +5,6 @@
 
 const char *
 parse_user_spec (const char *spec_arg, uid_t *uid, gid_t *gid,
-                char **username_arg, char **groupname_arg);
+                 char **username_arg, char **groupname_arg);
 
 #endif