code style fix

test=develop
panyx0718-patch-1
peizhilin 6 years ago
parent b2a770cf2a
commit 1a9008c420

@ -20,9 +20,9 @@
#else
#endif
#include <iterator>
#include <algorithm>
#include <chrono> // NOLINT
#include <iterator>
#include <numeric>
#include <sstream>
#include <string>

@ -29,8 +29,8 @@
#include <sys/stat.h>
#include <algorithm> // std::accumulate
#else
#include <stdio.h>
#include <io.h> // _popen, _pclose
#include <stdio.h>
#include <windows.h>
#include <numeric> // std::accumulate in msvc
#ifndef S_ISDIR // windows port for sys/stat.h

Loading…
Cancel
Save