Fix tizen coding style errors and warnings
[platform/core/connectivity/bluetooth-frwk.git] / bt-service / bt-service-agent.c
index 6e39de7..92ee46f 100644 (file)
@@ -584,7 +584,7 @@ static gboolean __authorize_request(GapAgentPrivate *agent, GDBusProxy *device,
                        }
 
                        if (headed_plugin_info->plugin_headed_enabled) {
-                               if (headed_plugin_info->headed_plugin->bt_is_tethering_enabled() == FALSE) {
+                               if (headed_plugin_info->headed_plugin->bt_is_tethering_enabled() == false) {
                                        BT_ERR("BT tethering is not enabled");
                                        goto fail;
                                }