aboutsummaryrefslogtreecommitdiff
path: root/src/google
diff options
context:
space:
mode:
authormmentovai <mmentovai@4c0a9323-5329-0410-9bdc-e9ce6186880e>2006-10-25 21:25:41 +0000
committermmentovai <mmentovai@4c0a9323-5329-0410-9bdc-e9ce6186880e>2006-10-25 21:25:41 +0000
commit80e98391dc7ff361355e72c24c0fb222518bcdfc (patch)
tree3747105fd65bec1859651ad972c3201d7033ff85 /src/google
parentminidump_dump does not print MDRawSystemInfo::processor_revision. No bug. (diff)
downloadbreakpad-80e98391dc7ff361355e72c24c0fb222518bcdfc.tar.xz
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
Diffstat (limited to 'src/google')
-rw-r--r--src/google/airbag_types.h6
-rw-r--r--src/google/minidump_processor.h2
2 files changed, 4 insertions, 4 deletions
diff --git a/src/google/airbag_types.h b/src/google/airbag_types.h
index c1ace6af..fa3804f1 100644
--- a/src/google/airbag_types.h
+++ b/src/google/airbag_types.h
@@ -45,7 +45,7 @@
#include <sys/types.h>
-#else /* !_WIN32 */
+#else /* !_WIN32 */
#include <WTypes.h>
@@ -54,7 +54,7 @@ typedef unsigned __int16 u_int16_t;
typedef unsigned __int32 u_int32_t;
typedef unsigned __int64 u_int64_t;
-#endif /* !_WIN32 */
+#endif /* !_WIN32 */
typedef struct {
u_int64_t half[2];
@@ -62,4 +62,4 @@ typedef struct {
typedef u_int64_t airbag_time_t;
-#endif /* GOOGLE_AIRBAG_TYPES_H__ */
+#endif /* GOOGLE_AIRBAG_TYPES_H__ */
diff --git a/src/google/minidump_processor.h b/src/google/minidump_processor.h
index 2a19ba1a..21a80325 100644
--- a/src/google/minidump_processor.h
+++ b/src/google/minidump_processor.h
@@ -44,7 +44,7 @@ class MinidumpProcessor {
public:
// Initializes this MinidumpProcessor. supplier should be an
// implementation of the SymbolSupplier abstract base class.
- MinidumpProcessor(SymbolSupplier *supplier);
+ explicit MinidumpProcessor(SymbolSupplier *supplier);
~MinidumpProcessor();
// Returns a new ProcessState object produced by processing the minidump