Clean up some SonarQube warnings (trailing whitespace, etc).
[platform/upstream/iotivity.git] / android / android_api / base / jni / JniOcResourceHandle.h
index b8b4e1c..22b3f9b 100644 (file)
@@ -1,56 +1,56 @@
-/*\r
-* //******************************************************************\r
-* //\r
-* // Copyright 2015 Intel Corporation.\r
-* //\r
-* //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=\r
-* //\r
-* // Licensed under the Apache License, Version 2.0 (the "License");\r
-* // you may not use this file except in compliance with the License.\r
-* // You may obtain a copy of the License at\r
-* //\r
-* //      http://www.apache.org/licenses/LICENSE-2.0\r
-* //\r
-* // Unless required by applicable law or agreed to in writing, software\r
-* // distributed under the License is distributed on an "AS IS" BASIS,\r
-* // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
-* // See the License for the specific language governing permissions and\r
-* // limitations under the License.\r
-* //\r
-* //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=\r
-*/\r
-#include "JniOcStack.h"\r
-#include "JniEntityHandler.h"\r
-\r
-#ifndef _Included_org_iotivity_base_OcResourceHandle\r
-#define _Included_org_iotivity_base_OcResourceHandle\r
-\r
-class JniOcResourceHandle\r
-{\r
-public:\r
-    JniOcResourceHandle(OCResourceHandle resourceHandle);\r
-    ~JniOcResourceHandle();\r
-\r
-    static JniOcResourceHandle* getJniOcResourceHandlePtr(JNIEnv *env, jobject thiz);\r
-\r
-    OCResourceHandle getOCResourceHandle();\r
-private:\r
-    OCResourceHandle m_resourceHandle;\r
-};\r
-\r
-#ifdef __cplusplus\r
-extern "C" {\r
-#endif\r
-\r
-    /*\r
-    * Class:     org_iotivity_base_OcResourceHandle\r
-    * Method:    dispose\r
-    * Signature: ()V\r
-    */\r
-    JNIEXPORT void JNICALL Java_org_iotivity_base_OcResourceHandle_dispose\r
-        (JNIEnv *, jobject);\r
-\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-#endif\r
+/*
+* //******************************************************************
+* //
+* // Copyright 2015 Intel Corporation.
+* //
+* //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
+* //
+* // Licensed under the Apache License, Version 2.0 (the "License");
+* // you may not use this file except in compliance with the License.
+* // You may obtain a copy of the License at
+* //
+* //      http://www.apache.org/licenses/LICENSE-2.0
+* //
+* // Unless required by applicable law or agreed to in writing, software
+* // distributed under the License is distributed on an "AS IS" BASIS,
+* // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* // See the License for the specific language governing permissions and
+* // limitations under the License.
+* //
+* //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
+*/
+#include "JniOcStack.h"
+#include "JniEntityHandler.h"
+
+#ifndef _Included_org_iotivity_base_OcResourceHandle
+#define _Included_org_iotivity_base_OcResourceHandle
+
+class JniOcResourceHandle
+{
+public:
+    JniOcResourceHandle(OCResourceHandle resourceHandle);
+    ~JniOcResourceHandle();
+
+    static JniOcResourceHandle* getJniOcResourceHandlePtr(JNIEnv *env, jobject thiz);
+
+    OCResourceHandle getOCResourceHandle();
+private:
+    OCResourceHandle m_resourceHandle;
+};
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+    /*
+    * Class:     org_iotivity_base_OcResourceHandle
+    * Method:    dispose
+    * Signature: ()V
+    */
+    JNIEXPORT void JNICALL Java_org_iotivity_base_OcResourceHandle_dispose
+        (JNIEnv *, jobject);
+
+#ifdef __cplusplus
+}
+#endif
+#endif