summaryrefslogtreecommitdiff
path: root/src/libnet_crc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libnet_crc.c')
-rw-r--r--src/libnet_crc.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/libnet_crc.c b/src/libnet_crc.c
index a93fdc7..e442159 100644
--- a/src/libnet_crc.c
+++ b/src/libnet_crc.c
@@ -101,4 +101,9 @@ libnet_compute_crc(uint8_t *buf, uint32_t len)
return (~val);
}
-
+/**
+ * Local Variables:
+ * indent-tabs-mode: nil
+ * c-file-style: "stroustrup"
+ * End:
+ */