run astyle
This commit is contained in:
parent
7e31c91a79
commit
3c5134bb21
|
@ -241,8 +241,8 @@ bool FileLister::isDirectory(const std::string &path)
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
|
|
||||||
void FileLister::recursiveAddFiles2(std::vector<std::string> &relative,
|
void FileLister::recursiveAddFiles2(std::vector<std::string> &relative,
|
||||||
std::vector<std::string> &absolute,
|
std::vector<std::string> &absolute,
|
||||||
const std::string &path)
|
const std::string &path)
|
||||||
{
|
{
|
||||||
std::ostringstream oss;
|
std::ostringstream oss;
|
||||||
oss << path;
|
oss << path;
|
||||||
|
|
|
@ -47,7 +47,7 @@ CheckMemoryLeakNoVar instance4;
|
||||||
// Reference: http://www.aquaphoenix.com/ref/gnu_c_library/libc_492.html#SEC492
|
// Reference: http://www.aquaphoenix.com/ref/gnu_c_library/libc_492.html#SEC492
|
||||||
static const char * const call_func_white_list[] =
|
static const char * const call_func_white_list[] =
|
||||||
{
|
{
|
||||||
"_open", "_wopen", "access", "asctime", "asctime_r", "asprintf", "assert"
|
"_open", "_wopen", "access", "asctime", "asctime_r", "asprintf", "assert"
|
||||||
, "atof", "atoi", "atol", "chdir", "chmod", "chown"
|
, "atof", "atoi", "atol", "chdir", "chmod", "chown"
|
||||||
, "clearerr", "ctime", "ctime_r", "delete", "fchmod", "fclose", "fcntl"
|
, "clearerr", "ctime", "ctime_r", "delete", "fchmod", "fclose", "fcntl"
|
||||||
, "fdatasync", "feof", "ferror", "fflush", "fgetc", "fgetpos", "fgets"
|
, "fdatasync", "feof", "ferror", "fflush", "fgetc", "fgetpos", "fgets"
|
||||||
|
|
Loading…
Reference in New Issue