Index: snapshot/mac/process_types/traits.h |
diff --git a/snapshot/mac/process_types/traits.h b/snapshot/mac/process_types/traits.h |
index 73ca7e956bb80f89c88a7a5d3364b9bf35a60c37..0b4d2731a195c55220ecff8dcb91b72cc4e968f7 100644 |
--- a/snapshot/mac/process_types/traits.h |
+++ b/snapshot/mac/process_types/traits.h |
@@ -26,7 +26,7 @@ |
// __VA_ARGS__, which is intended to set the alignment of the 64-bit types, is |
// not used for that type alias. |
#define DECLARE_PROCESS_TYPE_TRAITS_CLASS(traits_name, lp_bits, ...) \ |
- namespace crashpad { \ |
+ namespace crashpad { \ |
namespace process_types { \ |
namespace internal { \ |
struct Traits##traits_name { \ |