2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-28 07:11:11 +00:00

Remove trailing spaces in file src/xcatflowrequest.c

This commit is contained in:
GONG Jie
2017-12-31 23:59:59 +00:00
parent f789287594
commit b83f933355

View File

@@ -10,7 +10,7 @@
#include <unistd.h>
#include <stdio.h>
#include <string.h>
int main(int argc, char* argv[]) {
int main(int argc, char* argv[]) {
int server;
struct addrinfo hints;
struct addrinfo *results,*cur;