Remove trailing whitespace.

This commit is contained in:
Rodney W. Grimes
1995-05-30 05:51:47 +00:00
parent a2f0036ac4
commit 6c06b4e2aa
563 changed files with 3986 additions and 3979 deletions
+1 -1
View File
@@ -184,5 +184,5 @@ yesno: if (sysctl(mib, 2, &value, &len, NULL, 0) == -1)
errno = EINVAL;
return (-1);
}
return (sysctl(mib, 2, &value, &len, NULL, 0) == -1 ? -1 : value);
return (sysctl(mib, 2, &value, &len, NULL, 0) == -1 ? -1 : value);
}