Commit bab218e4 authored by Barry Warsaw's avatar Barry Warsaw

Minor formatting changes.

parent 43d68b8f
......@@ -40,7 +40,8 @@ static PyObject *
mkpwent(p)
struct passwd *p;
{
return Py_BuildValue("(ssllsss)",
return Py_BuildValue(
"(ssllsss)",
p->pw_name,
p->pw_passwd,
#if defined(NeXT) && defined(_POSIX_SOURCE) && defined(__LITTLE_ENDIAN__)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment