Index: content/public/browser/child_process_data.h |
diff --git a/content/public/browser/child_process_data.h b/content/public/browser/child_process_data.h |
index ef5e808295ad921783728a6b7fed4b5f2d4b95d6..4b5a61c09a0f68fd983452352d0d4c2673b75fe8 100644 |
--- a/content/public/browser/child_process_data.h |
+++ b/content/public/browser/child_process_data.h |
@@ -30,8 +30,8 @@ struct ChildProcessData { |
base::ProcessHandle handle; |
ChildProcessData(content::ProcessType type) |
- : type(type), id(0), handle(base::kNullProcessHandle) { |
-} |
+ : type(type), id(0), handle(base::kNullProcessHandle) { |
+ } |
}; |
} // namespace content |