]> The Tcpdump Group git mirrors - libpcap/blobdiff - pcap-usb-linux.c
From Paolo Abeni: Bluetooth support.
[libpcap] / pcap-usb-linux.c
index 7094c2c9adc881281c39fb6d016b36652c3e2afa..0a4d58165fc19730d4fdd1d66593b84e5f0b16e9 100644 (file)
@@ -406,7 +406,8 @@ usb_stats_linux(pcap_t *handle, struct pcap_stat *stats)
        if (fd < 0)
        {
                snprintf(handle->errbuf, PCAP_ERRBUF_SIZE,
-               "Can't open usb stats file %s: %s", string, strerror(errno));
+                       "Can't open usb stats file %s: %s", 
+                       string, strerror(errno));
                return -1;
        }
        
@@ -429,7 +430,8 @@ usb_stats_linux(pcap_t *handle, struct pcap_stat *stats)
        if (ret != 2)
        {
                snprintf(handle->errbuf, PCAP_ERRBUF_SIZE,
-               "Can't parse stat line '%s' expected 2 token got %d", string, ret);
+                       "Can't parse stat line '%s' expected 2 token got %d", 
+                       string, ret);
                return -1;
        }