run astyle

This commit is contained in:
Robert Reif 2011-03-21 19:59:53 -04:00
parent 7e31c91a79
commit 3c5134bb21
3 changed files with 7 additions and 7 deletions

View File

@ -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;

View File

@ -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"