fix svace issue WGID 150698
authorHyihong Chae <hh.chae@samsung.com>
Fri, 13 Jan 2017 10:49:01 +0000 (19:49 +0900)
committerHyihong Chae <hh.chae@samsung.com>
Fri, 13 Jan 2017 10:50:00 +0000 (19:50 +0900)
Change-Id: Icb9983d3d108f3eb0fc582b25947a47fbb06fd9e
Signed-off-by: HyiHong Chae <hh.chae@samsung.com>
src/Tizen.Network.Nfc/Tizen.Network.Nfc/NfcManagerImpl.cs [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 68108a5..ca2ce6d
@@ -256,14 +256,15 @@ namespace Tizen.Network.Nfc
                     {
                         _callback_map.Remove(key);
                     }
-                };
-            }
-            int ret = Interop.Nfc.SetActivation(activation, _callback_map[id], id);
-            if (ret != (int)NfcError.None)
-            {
-                Log.Error(Globals.LogTag, "Failed to activate nfc, Error - " + (NfcError)ret);
-                NfcErrorFactory.ThrowNfcException(ret);
-            }
+                };\r
+\r
+                int ret = Interop.Nfc.SetActivation(activation, _callback_map[id], id);\r
+                if (ret != (int)NfcError.None)\r
+                {\r
+                    Log.Error(Globals.LogTag, "Failed to activate nfc, Error - " + (NfcError)ret);\r
+                    NfcErrorFactory.ThrowNfcException(ret);\r
+                }\r
+            }\r
             return task.Task;
         }
     }