mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2025-12-27 17:55:29 +01:00
Fix minor style problems (#58). r=bryner
http://groups.google.com/group/airbag-dev/browse_thread/thread/bbcecab979fa82bc git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@49 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
0a7e6bf16c
commit
80e98391dc
24 changed files with 87 additions and 68 deletions
|
|
@ -36,6 +36,7 @@
|
|||
|
||||
#include <string>
|
||||
#include <ext/hash_map>
|
||||
#include "google/airbag_types.h"
|
||||
|
||||
namespace google_airbag {
|
||||
|
||||
|
|
@ -47,7 +48,7 @@ struct StackFrameInfo;
|
|||
|
||||
class SourceLineResolver {
|
||||
public:
|
||||
typedef unsigned long long MemAddr;
|
||||
typedef u_int64_t MemAddr;
|
||||
|
||||
SourceLineResolver();
|
||||
~SourceLineResolver();
|
||||
|
|
@ -92,6 +93,6 @@ class SourceLineResolver {
|
|||
void operator=(const SourceLineResolver&);
|
||||
};
|
||||
|
||||
} // namespace google_airbag
|
||||
} // namespace google_airbag
|
||||
|
||||
#endif // PROCESSOR_SOURCE_LINE_RESOLVER_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue