(vc-cvs-parse-entry): Revert last change to allow
[bpt/emacs.git] / lib-src / hexl.c
index 9c40b0e..0cfb884 100644 (file)
@@ -73,7 +73,7 @@ main (argc, argv)
    ** <filename>       dump filename
    ** -                (as filename == stdin)
    */
-    
+
   while (*argv && *argv[0] == '-' && (*argv)[1])
     {
       /* A switch! */
@@ -279,3 +279,6 @@ usage ()
   fprintf (stderr, "usage: %s [-de] [-iso]\n", progname);
   exit (1);
 }
+
+/* arch-tag: 20e04fb7-926e-4e48-be86-64fe869ecdaa
+   (do not change this comment) */