]> The Tcpdump Group git mirrors - libpcap/blobdiff - pcap-bt-linux.c
Fix spaces before tabs in indentation
[libpcap] / pcap-bt-linux.c
index 37c805658253cda346b5d40c6821c07485d374f1..c7bfef1dfad750f086099004916f5d0792a6836e 100644 (file)
@@ -367,9 +367,9 @@ bt_read_linux(pcap_t *handle, int max_packets _U_, pcap_handler callback, u_char
                        case HCI_CMSG_DIR:
                                memcpy(&in, CMSG_DATA(cmsg), sizeof in);
                                break;
-                       case HCI_CMSG_TSTAMP:
-                               memcpy(&pkth.ts, CMSG_DATA(cmsg),
-                                   sizeof pkth.ts);
+                       case HCI_CMSG_TSTAMP:
+                               memcpy(&pkth.ts, CMSG_DATA(cmsg),
+                                       sizeof pkth.ts);
                                break;
                }
                cmsg = CMSG_NXTHDR(&msg, cmsg);