ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/tools/untabify
(Generate patch)

Comparing ircd-hybrid/tools/untabify (file contents):
Revision 30 by adx, Sun Oct 2 20:03:27 2005 UTC vs.
Revision 31 by knight, Sun Oct 2 20:34:05 2005 UTC

# Line 2 | Line 2
2   #
3   # untabify - convert tabs to spaces
4   #
5 < # $Id: untabify,v 7.0.0.1 1999/08/01 21:19:57 lusky Exp $
5 > # $Id$
6   use Text::Tabs;
7   $tabstop = 8;
8   while (<>) { print expand($_) }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines