Revision: 8855 Author: [email protected] Date: Mon Aug 8 02:53:28 2011 Log: Added two whitespaces to match correct indentation.
Review URL: http://codereview.chromium.org/7585033 http://code.google.com/p/v8/source/detail?r=8855 Modified: /branches/bleeding_edge/src/d8.cc ======================================= --- /branches/bleeding_edge/src/d8.cc Mon Aug 8 02:34:18 2011 +++ /branches/bleeding_edge/src/d8.cc Mon Aug 8 02:53:28 2011 @@ -787,9 +787,9 @@ #if (defined(_WIN32) || defined(_WIN64)) FILE* result; if (fopen_s(&result, path, mode) == 0) { - return result; + return result; } else { - return NULL; + return NULL; } #else FILE* file = fopen(path, mode); -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
