From: Jouni Malinen Date: Thu, 5 Dec 2024 09:23:14 +0000 (+0200) Subject: Remove empty line between vendor attribute documentation and definition X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ff2ee8cd09f1d2dd4b54329639b9ba70170b723;p=thirdparty%2Fhostap.git Remove empty line between vendor attribute documentation and definition There was not supposed to be an empty line between an enum and the comment that documents it. Signed-off-by: Jouni Malinen --- diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index 6ba72a98d..3bf3e2ff7 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -11131,7 +11131,6 @@ enum qca_wlan_twt_session_implicit { * This parameter is used for * 1. TWT SET Response */ - enum qca_wlan_vendor_attr_twt_setup { QCA_WLAN_VENDOR_ATTR_TWT_SETUP_INVALID = 0, QCA_WLAN_VENDOR_ATTR_TWT_SETUP_BCAST = 1,