]> The Tcpdump Group git mirrors - tcpdump/blobdiff - CONTRIBUTING.md
Remove trailing spaces
[tcpdump] / CONTRIBUTING.md
index d1fb987b6a9e21be59e9dc335838a4198eef7141..3009b3438fb47e29e273aa774f7a77f8dc24acdd 100644 (file)
@@ -147,7 +147,7 @@ and ask!
    * Define: `ND_LONGJMP_FROM_TCHECK` before including `netdissect.h`
    * Make sure that the intersection of `GET_*()` and `ND_TCHECK_*()` is minimal,
      but at the same time their union covers all packet data in all cases.
-   
+
    You can test the code via:
    ```
    sudo ./tcpdump -s snaplen [-v][v][...] -i lo # in a terminal
@@ -159,7 +159,7 @@ and ask!
    not only a valid packet but any arbitrary random sequence of octets (packet
    * built malformed originally by the sender or by a fuzz tester,
    * became corrupted in transit or for some other reason).
-   
+
    Print with: `nd_print_invalid(ndo); /* to print " (invalid)" */`
 
 *  Use `struct tok` for indexed strings and print them with