pw_bluetooth: Reformat l2cap_frames.emb

Run auto-formatter on l2cap_frames.emb.

Test: pw presubmit --step gn_chre_googletest_nanopb_sapphire_build
Change-Id: If6dc5de6ede8db009676698ed60a0cf8b205814f
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/194790
Commit-Queue: Josh Conner <joshconner@google.com>
Reviewed-by: Jason Graffius <jgraff@google.com>
diff --git a/pw_bluetooth/public/pw_bluetooth/l2cap_frames.emb b/pw_bluetooth/public/pw_bluetooth/l2cap_frames.emb
index b227f47..9365225 100644
--- a/pw_bluetooth/public/pw_bluetooth/l2cap_frames.emb
+++ b/pw_bluetooth/public/pw_bluetooth/l2cap_frames.emb
@@ -14,7 +14,6 @@
 
 [$default byte_order: "LittleEndian"]
 [(cpp) namespace: "pw::bluetooth::emboss"]
-
 # This file contins Emboss definitions for the logical link control and
 # adaptation protocol (l2cap) frames found in the Bluetooth core specification.
 # The Emboss compiler is used to generate a C++ header from this file.
@@ -24,14 +23,15 @@
 #
 # ========== 3.4 Credit-Based Flow Control Frames ==========
 
+
 struct KFrameSduHeader:
   -- 3.4.2
   -- A frame header for a K-Frame (credit based flow control) SDU.
   0 [+2]  UInt  sdu_length
 
+
 struct KFramePduHeader:
   -- 3.4.1
   -- A frame header for a K-Frame (credit based flow control) PDU.
   0     [+2]  UInt  pdu_length
   $next [+2]  UInt  channel_id
-