aboutsummaryrefslogtreecommitdiff
path: root/src/google
diff options
context:
space:
mode:
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