From b83f933355e09e993a4768195b3502af5ac3087e Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Sun, 31 Dec 2017 23:59:59 +0000 Subject: [PATCH] Remove trailing spaces in file src/xcatflowrequest.c --- src/xcatflowrequest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xcatflowrequest.c b/src/xcatflowrequest.c index 7bf604370..d96692bd0 100644 --- a/src/xcatflowrequest.c +++ b/src/xcatflowrequest.c @@ -10,7 +10,7 @@ #include #include #include -int main(int argc, char* argv[]) { +int main(int argc, char* argv[]) { int server; struct addrinfo hints; struct addrinfo *results,*cur;