Updated code to be compliant with style guidelines

git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@264 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
nealsid
2008-04-29 23:49:39 +00:00
parent 4c39c138fe
commit d906d0f7c9
9 changed files with 184 additions and 69 deletions

View File

@@ -275,7 +275,7 @@ bool MinidumpGenerator::WriteStackFromStartAddress(
size,
&kr);
if(stack_memory == NULL) {
if (stack_memory == NULL) {
return false;
}