mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-03-25 22:09:46 +00:00
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:
@@ -275,7 +275,7 @@ bool MinidumpGenerator::WriteStackFromStartAddress(
|
||||
size,
|
||||
&kr);
|
||||
|
||||
if(stack_memory == NULL) {
|
||||
if (stack_memory == NULL) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user