Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / content / renderer / pepper / host_resource_var.h
index cc6b057..1e8928a 100644 (file)
@@ -38,9 +38,7 @@ class HostResourceVar : public ppapi::ResourceVar {
   virtual const IPC::Message* GetCreationMessage() const OVERRIDE;
   virtual bool IsPending() const OVERRIDE;
 
-  void set_pending_browser_host_id(int id) {
-    pending_browser_host_id_ = id;
-  }
+  void set_pending_browser_host_id(int id) { pending_browser_host_id_ = id; }
 
  protected:
   virtual ~HostResourceVar();