aboutsummaryrefslogtreecommitdiff
path: root/src/client/mac/handler/minidump_generator.cc
diff options
context:
space:
mode:
authornealsid <nealsid@4c0a9323-5329-0410-9bdc-e9ce6186880e>2008-04-29 23:49:39 +0000
committernealsid <nealsid@4c0a9323-5329-0410-9bdc-e9ce6186880e>2008-04-29 23:49:39 +0000
commitd906d0f7c974fba444a117ee4b8000f60da07923 (patch)
treed16133ea9389ad69db41721dc7255202fbe80856 /src/client/mac/handler/minidump_generator.cc
parentIssue 258: Added test cases for ReadTaskMemory, reorganized project file, ren... (diff)
downloadbreakpad-d906d0f7c974fba444a117ee4b8000f60da07923.tar.xz
Updated code to be compliant with style guidelines
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@264 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/client/mac/handler/minidump_generator.cc')
-rw-r--r--src/client/mac/handler/minidump_generator.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/mac/handler/minidump_generator.cc b/src/client/mac/handler/minidump_generator.cc
index 996940fb..ce345856 100644
--- a/src/client/mac/handler/minidump_generator.cc
+++ b/src/client/mac/handler/minidump_generator.cc
@@ -275,7 +275,7 @@ bool MinidumpGenerator::WriteStackFromStartAddress(
size,
&kr);
- if(stack_memory == NULL) {
+ if (stack_memory == NULL) {
return false;
}