Standardize on the vi editing directives being on the first line.
[oweals/busybox.git] / archival / unlzma.c
index b4881af7537b163ce33623eddc07d1a4a2a10706..bb4b9db6b0c262153188fe4d2481538183e871b9 100644 (file)
@@ -1,3 +1,4 @@
+/* vi: set sw=4 ts=4: */
 /*
  * Small lzma deflate implementation.
  * Copyright (C) 2006  Aurelien Jacobs <aurel@gnuage.org>
@@ -64,4 +65,3 @@ int unlzma_main(int argc, char **argv)
        return status;
 }
 
-/* vi:set ts=4: */