Commit 959fe7b3 authored by Neal Norwitz's avatar Neal Norwitz

Whitespace, fix indentation

parent e1e90236
...@@ -6816,7 +6816,6 @@ posix_confstr(PyObject *self, PyObject *args) ...@@ -6816,7 +6816,6 @@ posix_confstr(PyObject *self, PyObject *args)
errno = 0; errno = 0;
len = confstr(name, buffer, sizeof(buffer)); len = confstr(name, buffer, sizeof(buffer));
if (len == 0) { if (len == 0) {
if (errno) { if (errno) {
posix_error(); posix_error();
......
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