summaryrefslogtreecommitdiff
path: root/src/libnet_write.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libnet_write.c')
-rw-r--r--src/libnet_write.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/libnet_write.c b/src/libnet_write.c
index 7d571f2..8f8107e 100644
--- a/src/libnet_write.c
+++ b/src/libnet_write.c
@@ -342,3 +342,10 @@ libnet_write_raw_ipv6(libnet_t *l, const uint8_t *packet, uint32_t size)
return (c);
}
#endif /* __WIN32__ */
+
+/**
+ * Local Variables:
+ * indent-tabs-mode: nil
+ * c-file-style: "stroustrup"
+ * End:
+ */