Standardize on the vi editing directives being on the first line.
[platform/upstream/busybox.git] / libbb / sha1.c
index dd40098..31b55b1 100644 (file)
@@ -1,3 +1,4 @@
+/* vi: set sw=4 ts=4: */
 /*
  *  Based on shasum from http://www.netsw.org/crypto/hash/
  *  Majorly hacked up to use Dr Brian Gladman's sha1 code