Index: ppapi/shared_impl/ppapi_nacl_plugin_args.cc |
diff --git a/ppapi/shared_impl/ppapi_nacl_plugin_args.cc b/ppapi/shared_impl/ppapi_nacl_plugin_args.cc |
index 2b36aa68aa612353d2de2cd4102cdc9ef4cd7c8b..92df690ceb3a39f4cd0fde6073d4d2ab0245fb84 100644 |
--- a/ppapi/shared_impl/ppapi_nacl_plugin_args.cc |
+++ b/ppapi/shared_impl/ppapi_nacl_plugin_args.cc |
@@ -9,11 +9,8 @@ namespace ppapi { |
// We must provide explicit definitions of these functions for builds on |
// Windows. |
PpapiNaClPluginArgs::PpapiNaClPluginArgs() |
- : off_the_record(false), |
- supports_dev_channel(false) { |
-} |
+ : off_the_record(false), supports_dev_channel(false) {} |
-PpapiNaClPluginArgs::~PpapiNaClPluginArgs() { |
-} |
+PpapiNaClPluginArgs::~PpapiNaClPluginArgs() {} |
} // namespace ppapi |