fix whitespace

This commit is contained in:
Stephen Hemminger 2015-04-13 09:39:34 -07:00
parent aed6d85d15
commit 672acc7238
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -201,7 +201,7 @@ check_setns()
{ {
cat >$TMPDIR/setnstest.c <<EOF cat >$TMPDIR/setnstest.c <<EOF
#include <sched.h> #include <sched.h>
int main(int argc, char **argv) int main(int argc, char **argv)
{ {
(void)setns(0,0); (void)setns(0,0);
return 0; return 0;