* *.[hc]: add Emacs magic at the end of file, to ensure GNU
[bpt/guile.git] / libguile / inet_aton.c
index 82b4e88..af203ab 100644 (file)
@@ -160,3 +160,9 @@ inet_aton(const char *cp_arg, struct in_addr *addr)
                addr->s_addr = htonl(val);
        return (1);
 }
+
+/*
+  Local Variables:
+  c-file-style: "gnu"
+  End:
+*/