Chromium Code Reviews| Index: base/win/com_init_check_hook.cc |
| diff --git a/base/win/com_init_check_hook.cc b/base/win/com_init_check_hook.cc |
| index 1e654484a7d768cf771b9567fb499129fef083c1..f15af16321aa0531e03f5d14e16c9deb1b27d72b 100644 |
| --- a/base/win/com_init_check_hook.cc |
| +++ b/base/win/com_init_check_hook.cc |
| @@ -73,6 +73,8 @@ struct StructuredHotpatch { |
| }; |
| #pragma pack(pop) |
| +// whitespace change. |
| + |
| static_assert(sizeof(StructuredHotpatch) == 7, |
| "Needs to be exactly 7 bytes for the hotpatch to work."); |