Commit b1e8c6fb by alokp@chromium.org

Getting ready to fix compile-errors on mac. This CL only contains cosmetic…

Getting ready to fix compile-errors on mac. This CL only contains cosmetic changes. Removed SGI_STL blocks. Removed tabs and fixed formatting. Review URL: http://codereview.appspot.com/1138043 git-svn-id: https://angleproject.googlecode.com/svn/trunk@272 736b8ea6-26fd-11df-bfd4-992fa37f6226
parent 4071e661
......@@ -152,11 +152,11 @@ const unsigned char TAllocation::guardBlockBeginVal = 0xfb;
const unsigned char TAllocation::guardBlockEndVal = 0xfe;
const unsigned char TAllocation::userDataFill = 0xcd;
# ifdef GUARD_BLOCKS
#ifdef GUARD_BLOCKS
const size_t TAllocation::guardBlockSize = 16;
# else
#else
const size_t TAllocation::guardBlockSize = 0;
# endif
#endif
//
// Check a single guard block for damage
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment