Update change log and spec for wrt-plugins-tizen_0.4.70
[framework/web/wrt-plugins-tizen.git] / src / Bluetooth / JSBluetoothHealthApplication.h
index 27bdf21..375e738 100644 (file)
 #define __TIZEN_JS_BLUETOOTH_HEALTH_APPLICATION_H__
 
 #include <JavaScriptCore/JavaScript.h>
-
 #include "BluetoothHealthApplication.h"
 
 namespace DeviceAPI {
 namespace Bluetooth {
 
-class BluetoothHealthApplicationHolder
+class BluetoothHealthApplicationHolder 
 {
 public:
-    BluetoothHealthApplicationHolder(BluetoothHealthApplicationSharedPtr app) {mApp = app;}
+    BluetoothHealthApplicationHolder(BluetoothHealthApplicationSharedPtr app){mApp = app;}
     BluetoothHealthApplicationSharedPtr mApp; 
 };
 typedef BluetoothHealthApplicationHolder* BluetoothHealthApplicationHolderPtr;