Standardize on the vi editing directives being on the first line.
[oweals/busybox.git] / archival / libunarchive / decompress_unlzma.c
index 10883581ca4145f3d472585fb3d38db34eb8b44f..0fb1249cba6e8c5f9e43b7b3883cdf02148695fd 100644 (file)
@@ -1,4 +1,4 @@
-/* vi:set ts=4: */
+/* vi: set sw=4 ts=4: */
 /*
  * Small lzma deflate implementation.
  * Copyright (C) 2006  Aurelien Jacobs <aurel@gnuage.org>
@@ -468,4 +468,3 @@ int unlzma(int src_fd, int dst_fd)
        return 0;
 }
 
-/* vi:set ts=4: */