]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android/platform-hardware-interfaces.git/blobdiff - bluetooth/1.0/default/hci_packetizer.cc
Apply clang-format to Bluetooth related HAL code
[android/platform-hardware-interfaces.git] / bluetooth / 1.0 / default / hci_packetizer.cc
index 71f43284b1763a9a6585e24d347d1860b493ea0a..7cb3a113f13096c33a9cbd46795f8e31ead92d4f 100644 (file)
@@ -46,9 +46,7 @@ namespace hardware {
 namespace bluetooth {
 namespace hci {
 
-const hidl_vec<uint8_t>& HciPacketizer::GetPacket() const {
-  return packet_;
-}
+const hidl_vec<uint8_t>& HciPacketizer::GetPacket() const { return packet_; }
 
 void HciPacketizer::OnDataReady(int fd, HciPacketType packet_type) {
   switch (state_) {