From 96c69639ee2f806b181f4923c3a8e35ba2f25473 Mon Sep 17 00:00:00 2001 From: "jschuh@chromium.org" Date: Mon, 19 Oct 2009 18:53:26 +0000 Subject: Fixed style error git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@419 4c0a9323-5329-0410-9bdc-e9ce6186880e --- src/processor/minidump_processor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/processor') diff --git a/src/processor/minidump_processor.cc b/src/processor/minidump_processor.cc index f22320cb..0ce19e38 100644 --- a/src/processor/minidump_processor.cc +++ b/src/processor/minidump_processor.cc @@ -171,7 +171,7 @@ ProcessResult MinidumpProcessor::Process( // would not result in the expected stack trace from the time of the // crash. If the exception context is invalid, however, we fall back // on the thread context. - MinidumpContext * ctx = exception->GetContext(); + MinidumpContext *ctx = exception->GetContext(); context = ctx ? ctx : thread->GetContext(); } } -- cgit v1.2.1