[7570][7872][7885][9610] wlbt: Prevent issue in hal
[GitHub/MotorolaMobilityLLC/hardware-samsung_slsi-scsc_wifibt-wifi_hal.git] / wifi_nan.cpp
index 69105496e83eb2ceb45ce1a155728d6f76b0db66..3b608ec570030f7d0d4f2e073303af7f5d5ce1bc 100755 (executable)
@@ -475,7 +475,7 @@ class NanCommand : public WifiCommand {
                         break;
                     }
                 }
-               [[fallthrough]];
+                break;
             case NAN_EVT_ATTR_MATCH_CLUSTER_ATTRIBUTE_LEN:
                 ind.cluster_attribute_len = nl_itr.get_u8();
                 break;
@@ -484,7 +484,7 @@ class NanCommand : public WifiCommand {
                 break;
             }
         }
-        
+
         if (this->callbackEventHandler.EventMatch)
             this->callbackEventHandler.EventMatch(&ind);
         return NL_OK;